@charset "UTF-8";
/*---------------------------------------------ALGEMEEN---------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #554d46;
    background-color: #ffffff;
}

.article-intro, .article-content {
    line-height: 1.5;
}

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

a:hover, a:focus {
    color: #554d46;
    text-decoration: none;
}

.t3-module {
    margin-bottom: 0px;
}

/*---------------------------------------------TITELS---------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #554d46;
	margin-top: 20px !important;
	margin-bottom: 5px !important;
}

.article-title, .article-header h1 {
    margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 450px) {
    h1, .h1 {
        font-size: 18px;
    }
}

/*---------------------------------------------LOGO---------------------------------------------*/
.logo {
    padding-bottom: 22px;
}

.logo-img {
    width: 100%;
}

/*---------------------------------------------NAVIGATIE---------------------------------------------*/
.t3-header {
	background: url("../../../images/Header-Footer/Header.jpg") top;
    background-repeat: no-repeat;
    background-size: cover;
}

.t3-mainnav {
    width: 100% !important;
}

.t3-mainnav .t3-navbar .navbar-nav > li {
    margin: 0px;
}

.t3-header .t3-mainnav .t3-navbar .navbar-nav > li > a {
    text-transform: none;
    border-bottom: 0px solid transparent;
    padding: 10px;
    color: #554d46;
    font-weight: 700;
}

.t3-header .t3-mainnav .t3-navbar .navbar-nav > li.active > a {
    color: #a58d52;
}

.t3-header .t3-mainnav .t3-navbar .navbar-nav > li > a:hover {
    color: #a58d52;
}

@media only screen and (max-width: 767px) {
    .t3-header .t3-mainnav {
        display: none;
    }
}

/*---------------------------------------------NAVIGATIE-CARET---------------------------------------------*/
.t3-header .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #554d46;
    border-bottom-color: #554d46;
    margin-left: 5px;
}

.t3-header .navbar-default .navbar-nav > .active.dropdown > a .caret {
    border-top-color: #a58d52;
    border-bottom-color: #a58d52;
}

.t3-header .navbar-default .navbar-nav > .dropdown > a:hover .caret, .t3-header .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #a58d52;
    border-bottom-color: #a58d52;
}

/*---------------------------------------------DROPDOWN---------------------------------------------*/
.t3-megamenu li.mega .mega-dropdown-menu {
    padding: 25px;
    background: #fff;
    min-width: 235px !important;
    position: absolute !important
}

.t3-megamenu li.mega .mega-dropdown-menu .mega-col-nav {
    padding-left: 0px;
    padding-right: 0px;
}

.t3-megamenu .mega-inner {
    padding: 0px;
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li > a {
    color: #554d46;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    padding: 0px;
    line-height: 24px;
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li + li {
    margin-top: 2px;
}

.t3-megamenu .mega-nav > li.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.open > a, .t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    color: #a58d52;
}

.t3-megamenu .mega-nav > li > a:hover, .t3-megamenu .dropdown-menu .mega-nav > li > a:hover, .t3-megamenu .mega-nav > li > a:active, .t3-megamenu .dropdown-menu .mega-nav > li > a:active, .t3-megamenu .mega-nav > li > a:focus, .t3-megamenu .dropdown-menu .mega-nav > li > a:focus {
    color: #a58d52;
}

.t3-megamenu .mega-nav > li.open > a:hover, .t3-megamenu .dropdown-menu .mega-nav > li.open > a:hover, .t3-megamenu .mega-nav > li.active > a:hover, .t3-megamenu .dropdown-menu .mega-nav > li.active > a:hover, .t3-megamenu .mega-nav > li.open > a:focus, .t3-megamenu .dropdown-menu .mega-nav > li.open > a:focus, .t3-megamenu .mega-nav > li.active > a:focus, .t3-megamenu .dropdown-menu .mega-nav > li.active > a:focus {
    color: #a58d52;
}

/*---------------------------------------------LANGUAGE-SWITCHER---------------------------------------------*/
.languageswitcherload {
    margin: 0px;
    padding: 10px 10px 0px 10px;
}

div.mod-languages li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

div.mod-languages li a {
    color: #554d46;
    font-weight: 700;
    font-size: 12px;
}

.languageswitcherload .mod-languages > ul > .lang-active a{
	color: #a58d52;
}

div.mod-languages li a:hover {
    color: #a58d52;
}

@media only screen and (max-width: 767px) {
    .languageswitcherload {
        padding: 25px 10px 0px 0px;
    }
}

/*---------------------------------------------OFF-CANVAS---------------------------------------------*/
.off-canvas-toggle {
    border-radius: 0px;
    border: 2px solid #554d46;
    color: #fff;
    background: #554d46;
}

.off-canvas-toggle:hover {
    border-color: #000;
    color: #fff;
    background: #000;
}

.t3-off-canvas {
    background: transparent;
    color: #554d46;
    width: 300px;
}

.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(-250px,0,0);
    transform: translate3d(-300px,0,0);
}

.t3-off-canvas .t3-off-canvas-header {
    background: #554d46;
    padding: 5px 0px 5px 25px;
    height: auto;
}

.t3-off-canvas .t3-off-canvas-header h2 {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: none;
    margin: 0 !important;
}

.t3-off-canvas .close {
    height: 45px;
    line-height: 45px;
    width: 45px;
    background: #000;
    color: #fff;
}

.t3-off-canvas .t3-off-canvas-body {
    text-transform: none;
}

.t3-off-canvas .t3-off-canvas-body .t3-module {
    margin-bottom: 12px;
    padding: 25px;
}

.t3-off-canvas .t3-off-canvas-body .t3-module .module-title {   
    color: #554d46;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 12px;
    border-bottom: 1px solid #554d46;
    padding: 0px 0px 5px 0px;
}

.t3-off-canvas .t3-off-canvas-body .nav-pills > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #554d46;
    padding: 0px;
    line-height: 24px;
    border-bottom: 0px solid transparent;
    text-decoration: none;
}

.t3-off-canvas .t3-off-canvas-body .nav-pills > li > a:hover {
    color: #a58d52;
}

.t3-off-canvas .t3-off-canvas-body .nav-pills > li.active > a {
    color: #a58d52;
}

.t3-off-canvas .t3-off-canvas-body .nav-pills > li > a .caret {
    border-top-color: #554d46;
    border-bottom-color: #554d46;
    margin-left: 5px;
}

.t3-off-canvas .t3-off-canvas-body .nav-pills > .active.dropdown > a .caret {
    border-top-color: #a58d52;
    border-bottom-color: #a58d52;
}
 
.t3-off-canvas .t3-off-canvas-body .nav-pills > .dropdown > a:hover .caret, .t3-off-canvas .t3-off-canvas-body .nav-pills > .dropdown > a:focus .caret {
    border-top-color: #a58d52;
    border-bottom-color: #a58d52;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
    color: #554d46;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li +li {
    margin-top: 2px
}

.t3-off-canvas .t3-off-canvas-body .dropdown > .dropdown-menu {
    border-bottom: 0px solid transparent;
}

.t3-off-canvas .t3-off-canvas-body .dropdown > .dropdown-menu > li > a:hover {
    color: #a58d52;
}

.t3-off-canvas .t3-off-canvas-body .dropdown > .dropdown-menu > li.active > a {
    color: #a58d52;
}

.t3-off-canvas .t3-off-canvas-body a {
    color: #a58d52;
    text-decoration: none;
}

.t3-off-canvas .t3-off-canvas-body a:hover {
    color: #a58d52;
    text-decoration: underline;
}

@media only screen and (min-width: 767px) {
    .off-canvas-toggle {
        display: none;
    }
}

/*---------------------------------------------GOOGLE-MAPS---------------------------------------------*/
.t3-google-maps .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.t3-google-maps p {
    margin: 0;
}

.google-maps iframe {
    float: left;
}

/*---------------------------------------------SIDEBAR---------------------------------------------*/
.t3-sidebar .module-title {
    font-size: 16px;
    color: #554d46;
    margin: 0px 0px 12px 0px;
    border-bottom: 1px solid #554d46;
    padding: 0px 0px 5px 0px;
}

.t3-sidebar .nav-pills > li {
    border-bottom: 0px solid transparent;
    line-height: 24px
}

.t3-sidebar .nav-pills > li + li {
    margin-top: 2px
}

.t3-sidebar .nav-pills > li > a {
    color: #554d46;
    font-weight: 700;
    padding: 0px;
}

.t3-sidebar .nav-pills > li.active > a {
    color: #a58d52;
}

.t3-sidebar .nav-pills > li > a:hover {
    color: #a58d52;
}

/*---------------------------------------------BACK-TO-TOP---------------------------------------------*/
#back-to-top .btn {
    background: #000;
    border-color: #000;
    color: #fff;
    height: 55px;
    width: 55px;
    border-radius: 0%;
    line-height: normal;
}

#back-to-top .btn:hover, #back-to-top .btn:active, #back-to-top .btn:focus {
    background: #000;
    opacity: 1;
}

/*---------------------------------------------FOOTER---------------------------------------------*/
.t3-copyright {
    padding: 25px 0px;
    background: #fff;
}

.copyright {
    text-align: center;
}

.t3-copyright p{
    margin: 0px;
    color: #554d46;
}

.FIT {
    max-width: 350px;
    width: 100%;
}

.t3-footer {
    background: url("../../../images/Header-Footer/Footer.jpg") bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #554d46;
}

.t3-footer .t3-footnav {
    padding: 50px 0;
}

.t3-footer .t3-footnav .t3-module {
    color: #554d46;
    font-weight: 700;
    background: transparent;
}

.t3-footer .t3-footnav .t3-module .module-title {
    color: #554d46;
    font-size: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid #554d46;
    padding: 0px 0px 5px 0px;
}

.t3-footer .t3-footnav .t3-module ul > li > a {
    color: #554d46;
    padding: 0px;
    font-weight: 700;
}

.t3-footer .t3-footnav .t3-module ul > li > a:hover {
    color: #a58d52;
}

.t3-footer .t3-footnav .t3-module ul > li.active > a {
    color: #a58d52;
}

.t3-footer a:hover, .t3-footer a:active, .t3-footer a:focus {
    color: #a58d52;
    text-decoration: underline;
}

/*---------------------------------------------CONTACT---------------------------------------------*/
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    height: 30px;
    width: 100%;
}

#Uw\ bericht {
    min-height: 200px;
    max-width: 100%;
    min-width: 100%;
}

.formResponsive .formHorizontal .formControlLabel {
    text-align: left;
    padding: 0px;
    color: #554d46;
}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-image: -moz-linear-gradient(top, #554d46, #554d46);
    background-image: -webkit-linear-gradient(top, #554d46, #554d46);
    border-color: #554d46;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    width: 35%;
    height: 40px;
}

.formResponsive input[type="button"]:hover, .formResponsive button[type="button"]:hover, .formResponsive input[type="reset"]:hover, .formResponsive button[type="reset"]:hover, .formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
    background-color: #554d46;
    border-color: #554d46;
    color: #fff;
}

button.rsform-submit-button.rsform-thankyou-button {
    background-image: -webkit-linear-gradient(top,#554d46,#554d46);
    border-color: #554d46;
    color: #fff;
}

.formResponsive .formHorizontal .rsform-block {
    margin: 0px;
}

.formResponsive .formHorizontal p.formDescription {
    margin: 0px;
}

.rsform-block.rsform-block-kennisgeving label {
    font-size: 12px;
    line-height: normal;
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
    float: none;
}

.rsform-block.rsform-block-verzenden {
    margin: 20px 0px 0px 0px !important;
}

.foto-contact {
    width: 100%;
}

/*---------------------------------------------COOKIE---------------------------------------------*/
.cadre_alert_cookies p {
    margin: 0px !important;
}

#cadre_alert_cookies .btn {
    margin: 0px !important;
}

/*---------------------------------------------ASSORTIMENT---------------------------------------------*/
.assortiment {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.assortiment .pate {
    position: relative;
    width: 33.33%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.assortiment .pate .image {
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.assortiment .pate .image:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.assortiment .pate .titel {
    position: relative;
    background: transparent;
    border-bottom: 1px solid #a58d52;
    color: #554d46; 
    width: 100%;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    z-index: 999;
}

@media only screen and (max-width: 938px) {
    .assortiment .pate {
        width: 100%;
		padding: 5px 0px 5px 0px;
    }
}

/*---------------------------------------------ASSORTIMENT-OPSOMMING---------------------------------------------*/
.opsomming {
	width: 100%;
	float: left;
    margin: 0px 0px 12px 0px;
    text-align: center;
}

.opsomming p {
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    margin: 0px;
}

.opsomming-1 {
    width: 100%;
    float: left;
    padding: 0px;
}

.opsomming-2 {
    width: 50%;
    float: left;
    padding: 0px;
}

.opsomming-3 {
    width: 33.33%;
    float: left;
    padding: 5px 0px 5px 0px;
}

.opsomming-4 {
    width: 25%;
    float: left;
    padding: 5px 0px 5px 0px;
}

@media only screen and (max-width: 938px) {    
	.opsomming-1 .opsomming-2, .opsomming-3, .opsomming-4 {
		width: 100%;
		padding: 0px;
	}
}

/*---------------------------------------------ARTICLE-GALLERY---------------------------------------------*/
.gallery {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.gallery .article-img-1 {
    width: 100%;
    float: left;
    padding: 0px;
}

.gallery .article-img-2 {
    width: 50%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.gallery .article-img-3 {
    width: 33.33%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.gallery .article-img-4 {
    width: 25%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.gallery .article-img-5 {
    width: 20%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.gallery .article-img-3, .gallery .article-img-4, .gallery .article-img-5 {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery .article-img-3:hover, .gallery .article-img-4:hover, .gallery .article-img-5:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 938px) {
	.gallery .article-img-1, .gallery .article-img-2, .gallery .article-img-3, .gallery .article-img-4, .gallery .article-img-5 {
		width: 100%;
		padding: 5px 0px 5px 0px;
	}
}

/*---------------------------------------------BEDRIJF---------------------------------------------*/
.bedrijf .gallery .article-img-3, .gallery .article-img-4, .gallery .article-img-5 {
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0.3s;
}

.bedrijf .gallery .article-img-3:hover, .gallery .article-img-4:hover, .gallery .article-img-5:hover {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.Certificaat-logo {
    width: 100px;
    float: left;
    padding: 5px 5px 5px 0px;
}