/*===================================================================================================================================================================================================================
MAIN
====================================================================================================================================================================================================================-*/
@import "museo-sans.css";
html, body {

    overflow-x: hidden;
}

body {

    background: #fff;
    padding: 0;
}

body, th, td {
    font-family: 'Source Sans Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-family: 'museosansregular300';
    font-size: 11pt;
    color: #333;
    font-weight: 200;

}
.border{
    border: 10px solid white;
}
a {
    color: rgba(39, 122, 16, 1);
    text-decoration: none;
}

a:hover {
    color: rgba(39, 122, 16, 1);
    text-decoration: underline;
}

a:active {
    color: rgba(39, 122, 16, 1);
    text-decoration: underline;
}

a:visited {
    color: rgba(39, 122, 16, 1);
    text-decoration: none;
}
a {
    outline: 0;
    cursor: pointer;
}

a:active, a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

.pimcore_tag_input{
    background-color: white;
    border: 1px solid silver;
}
.pimcore_tag_wysiwyg{
    background-color: white;
    border: 1px solid silver;
}
.lijntje {
    display: block;
    border-bottom: 1px solid rgba(39, 122, 16, 1);
    margin: 15px 0;
}

.advice {
    font-weight: normal !important;
    font-size: 14px !important;

    margin-top: 20px !important;
    margin-bottom: 5px !important;
    color: red !important;

}

.logo {
    display: block;
    position: absolute;
    padding-top:10px;
}

.logo img{
    max-width: 230px;

}


.breadcrum {
    margin-bottom: 20px;
    background-color: #eee;
    padding: 10px;
    margin: 0 0px 1px  0;
    font-size: 11pt;
}

.adminknop{
    background-color: rgba(39, 122, 16, 0.1);
    margin-bottom: 10px;
}

@media (max-width: 550px) {
    .logobalk {
        display: none;
        width: 100vw;
        padding: 0px;
        padding-top: 20px;
        text-align: center;
        z-index: 10;
    }

    .logobalk img {
        max-width: 200px;
    }

}

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

}

h1 {
    font-family: 'Source Serif Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
    color: rgba(39, 122, 16, 1);
    font-size: 25pt;
    line-height: 30px;
    font-weight:400;
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 30px;


}

h1:first-letter {
    text-transform: uppercase;
}

h2 {
    font-family: 'Source Serif Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
    color: rgba(39, 122, 16, 1);
    font-size: 20pt;
    line-height: 25px;
    font-weight:400;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;


}


h3 {
    font-family: 'Source Serif Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
    color: rgba(39, 122, 16, 1);
    font-size: 16pt;
    line-height: 20px;
    font-weight:400;
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;


}




h4 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    font-family: 'Source Serif Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
    color: rgba(39, 122, 16, 1);
    padding-top: 0px;

}

h5 {

    color: rgba(39, 122, 16, 1);
    font-size: 16px;

    font-weight: 700;
    text-transform: uppercase;
}

.prijs {    font-family: 'Source Serif Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14pt;}

.promo {
    background-color: rgba(39, 122, 16, 1);
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    margin-left: -10px;
    margin-top: -10px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10pt;
    transform: rotate(-12deg);
    /* width and height can be anything, as long as they're equal */
}


@media (max-width: 991px) {
    h3 {
        padding-top: 15px;
    }
    h5 {

        padding-top: 15px;
    }
}


.fotoframe{
    padding: 0px 30px 30px 0;
}
@media (max-width: 768px) {

    .fotoframe{
        padding: 0px 0px 0px 0;
    }
}

p {
    padding-top: 0px;
    padding-bottom: 15px;
    margin: 0px;
    line-height: 20px;
}

.imgk {padding-bottom: 30px;}
.btn-standard {
    color: #ffffff !important;
    background-color: rgba(39, 122, 16, 1);

    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    white-space: normal;
    padding: 12px 30px 10px 30px;
    /*
       -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
   -moz-box-shadow:    0px 4px 5px 0px rgba(0, 0, 0, 0.5);
   box-shadow:         0px 4px 5px 0px rgba(0, 0, 0, 0.5);*/
    /*	margin-top: 0px;
        margin-bottom: 4px;*/
}

.btn-standard:hover,
.btn-standard:focus {
    color: rgba(39, 122, 16, 1);
    background-color: #444;
    border: none;
    /*
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 4px 5px 0px rgba(0, 0, 0, 0.5);*/
    /*margin-top: 4px;
margin-bottom: 0px;/*/
}
.btn-contact {
    color: rgba(0, 0, 0, 1)!important;
    background-color: rgba(0, 0, 0, 0.2);

    border-radius: 6px;
    border: none;
    text-transform: uppercase;
    white-space: normal;
    padding: 12px 30px 10px 30px;
    /*
       -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
   -moz-box-shadow:    0px 4px 5px 0px rgba(0, 0, 0, 0.5);
   box-shadow:         0px 4px 5px 0px rgba(0, 0, 0, 0.5);*/
    /*	margin-top: 0px;
        margin-bottom: 4px;*/
}

.btn-contact:hover,
.btn-contact:focus {
    color: rgba(39, 122, 16, 1);
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    /*
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 4px 5px 0px rgba(0, 0, 0, 0.5);*/
    /*margin-top: 4px;
margin-bottom: 0px;/*/
}

.navbar-toggle {
    position: relative;
    font-size: 15pt;
    color: rgba(39, 122, 16, 1) !important;
    line-height: 20pt;
    padding: 10px;
    margin-top: 6px;
    margin-right: 0px;
    z-index: 999;
    text-decoration: none;
    border-radius: 0px;
    float: left;
    text-transform: uppercase;
}

.navbar-toggle:hover {
    text-decoration: none;
    color: rgba(39, 122, 16, 1) !important;

}

a, .btn, a *, .btn * {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}


.center {
    text-align: center;
}

.inhoud {
    padding-top: 130px;
    padding-bottom: 40px;

}
.flexslider {

    padding-bottom: 20px;

}
/*================================================================================
NAVIGATIE
=================================================================================-*/

.gekleurd {
    background-color:   rgba(39, 122, 16, 0.1);
}






/*

#nav-wrapper  ul{
	padding: 0px;
	position:absolute;
	right: 40px;
	
}
*/

.topper{
    background-color: #fff;
    position: fixed;
    width: 100vw;
    z-index: 100;
    min-height: 130px;

}
@media (max-width: 768px) {
    .topper{
        background-color: #fff;
        position: relative;
        width: 100vw;
        z-index: 100;
        min-height: 130px;

    }

    .inhoud {
        padding-top: 20px;
        padding-bottom: 40px;

    }
}


nav {
    display: inline-block;
    width: 100%;
    text-align: right;
    /*padding-top: 57px;*/
    padding-top: 30px;
    padding-bottom: 15px;
}
.menu{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style:none;
    white-space: nowrap;
    display: inline-block;
}
.menu-resp{display: none;}
.menu-respdgb{display: none;}
@media (max-width: 1200px) {
    .menu-resp{
        padding: 0px;
        margin: 0px 0px 0px 0px;
        list-style:none;
        white-space: nowrap;
        display: inline-block;
    }
    .menu-respdgb{
        padding: 0px;
        margin: 0px 0px 0px 0px;
        list-style:none;
        white-space: nowrap;
        display: inline-block;
    }
}
@media (max-width: 550px) {
    .menu-resp{
        padding-top: 100px;

    }
}
.menu li{
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    float: left;
}
.menu li a {
    text-decoration: none;
    font-size: 11pt;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    padding: 22px 0px 10px 0px;
    display: block;
    cursor: pointer;
    margin-left:15px;
    margin-right: 15px;


}
.menu li a:hover {
    color:   rgba(39, 122, 16, 1);
    text-decoration: none;

}

.menu li#active a{
    background-color: #fff;
}

@media (max-width: 1200px) {
    .menu li a {
        /*
            padding: 27px 12px 27px 12px;
            font-size: 11pt;
        */
    }
}
@media (max-width: 1200px) {
    .menu {

        display: none;
    }
}






.menu  > li > a:hover {
    color:   rgba(39, 122, 16, 1);
    text-decoration: none;


}
.menu  > li.active > a {
    color:   rgba(39, 122, 16, 1);
    background-color: none;
    border-bottom: 1px solid #f9b122;

}


.menu li.active a:hover {
    color:   rgba(39, 122, 16, 1);
    text-decoration: none;
}





.dropdown:hover .dropdown-menu {
    display: block;
}


/*------------------*/

.dropdown-menu {
    border-radius: 0px;
    background-color:rgba(0,0,0,0.74);
    z-index: 500;
    margin-top:-5px;
    margin-left: 0px;
    min-width:180px;
    position: absolute;}

.dropdown-menu > li{
    padding-top:0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {


    text-transform: capitalize;
    padding: 5px 10px;
    font-weight: 300;
    white-space: normal;
    color: #fff;
    text-align: left;

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    background-color: rgba(192,0,0,1.00);
    color: white;

}

.dropdown-menu > li.active > a
{
    background-color: transparent;


}

.btn-cart {
    color: #006935 !important;
    text-size:40px;
    margin-top: 20px !important;
    background-color: transparent;
    border: none;
    float: right;
}
.btn-cart a:hover,
.btn-cart a:focus,
.btn-cart a:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.cart-remove{
    background-color: white;
    color: rgba(39, 122, 16, 1);
    float: right;

}
.cart-edit{
    background-color: white;
    color: rgba(39, 122, 16, 1);
    padding: 4px 8px;
    margin-left: 10px;
    display: inline;
    white-space: normal;
    border: 1px solid rgba(39, 122, 16, 0.3);
}
.amount{
    width: 60%;
    display: inline;
}
.nobot{
    padding-bottom: 0;
    border-top: 1px solid  rgba(39, 122, 16, 0.2);
    padding-top: 10px;
}
.total{
    padding-bottom: 30px;
    border-top: 1px solid  rgba(39, 122, 16, 0.2);
    padding-top: 10px;
    margin-top: 10px;
}
.float-right{float: right;}
.cart-totalcost{
    padding: 0;
}
.list-group-item-heading{
    display: inline;
}
/*================================================================================
Taalmenu
=================================================================================-*/

.language {
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    padding-top: 20px;
}


.language li {
    display: inline-block;

}

.language a:link, .language a:visited {
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
    font-size: 9pt;
}

.language .active a{
    color: #fff;
    font-weight: bold;
}
@media (max-width: 990px) {

    .language {

        display: none;

    }
}

/*================================================================================
Pagina opmaak
=================================================================================-*/

.x-panel-body {
    background-color: #ccc !important;
}


.beschrijving {
    display: block;
    /* height: 100px; */

    height: 100%;
    overflow: hidden;
    padding: 10px;
}


.homebutton .beschrijving {
    margin-top: 20px;
    text-decoration: none;
    height: 120px;
    overflow: hidden;
}

.homebutton a:hover {

    text-decoration: none !important;

}

.homebutton h3 {
    text-align: left;
}

.fadeout {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: 66px;
    height: 50px;

    background: -webkit-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: -moz-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
}


.numberCircle {
    border-radius: 50%;

    width: 36px;
    height: 36px;
    padding: 8px;
    padding-top: 4px;
    background-color: #000000;
    border: #C43924;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    float: left;
    margin-right: 10px;
    margin-top: -8px;

}

.flexrow {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.boxgrijs {
    background-color: #000000;

    flex: 1; /* additionally, equal width */
    font-size: 30px;
    padding: 20px;

    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;

    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.boxgrijs p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

.boxgrijs:hover {
    color: #ffffff;
    background-color: #444444;
    text-decoration: none;
}

.boxgroen {

    background-color: rgba(39, 122, 16, 1);
    flex: 1; /* additionally, equal width */
    font-size: 30px;
    padding: 20px;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;

    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxgroen p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

.boxgroen:hover {
    color: #ffffff;
    background-color: #529E00;
    text-decoration: none;
}

.testis {

    background-color: rgba(39, 122, 16, 1);

    padding: 20px;
    border: none;

    color: #ffffff;

}

.testis h4 {

    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
    color: #ffffff;

}

/*================================================================================
FOOTER-WRAPPER
=================================================================================-*/

#footer-wrapper {

    position: relative;
    padding: 30px 0;
    /*background-image:   url("/images/bg.jpg");*/
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: inset 0px 6px 10px 0px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: inset 0px 6px 10px 0px rgba(100, 100, 100, 0.1);
    box-shadow: inset 0px 6px 10px 0px rgba(100, 100, 100, 0.1);
    border-top: 1px solid #fff;
    color: #fff;

    background-color: #4a4a4a;
    font-size: 9pt;
}

.icotje {
    margin-top: 15px;
    margin-left: 15px;
    width: 40px;
    display: block;
    position: absolute;
    opacity: 0;

}

#footer-wrapper h4 {
    font-family: 'Source Serif Pro', serif;
    color: #fff;
}

#footer-wrapper p {

    color: #fff;

}

#footer-wrapper ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#footer-wrapper li {

    list-style: none;
    padding: 5px 0;
    line-height: 20px;



}

#footer-wrapper li input {

    width: 100% !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 16px 0 12px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #aca9aa;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;


}
#footer-wrapper .btn {

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#footer-wrapper .btn-footer {
    font-family: 'Source Serif Pro', serif;
    color: #ffffff;
    background-color: transparent;
    border-radius: 0px;
    text-transform: uppercase;
    white-space: normal;
    /*padding: 16px 0 12px 0;*/
    font-size: 14px;
    margin-top:-5px;
}
#footer-wrapper .btn-footer:hover,
#footer-wrapper .btn-footer:focus {
    color: #abcb58;
}

#footer-wrapper li a {
    outline: 0;
    text-decoration: none;

    color: #aca9aa;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

#footer-wrapper li a:hover {
    text-decoration: underline;
}



#footer-wrapper .active a {
    color: #fff;
}

#footer-wrapper .subtiel {
    color: rgba(255, 255, 255, 0.5);
    font-size:80%;
}

#footer-wrapper .lastcollumn {
    text-align: right;
}
#footer-wrapper .col-sm-6 {
    min-height: 200px;
}




@media (max-width: 990px) {

    #footer-wrapper .lastcollumn {
        text-align: center;
    }

}

.soc {
    font-size:40px;
}
.soc a {
    color: #fff;
}
.soc a:hover,
.soc a:active {
    color: #3b5998;
}



/*================================================================================
slider
=================================================================================-*/

.flexslider {
    margin: 0px;
    overflow: hidden;

}

#slider-wrapper {
    /*overflow:hidden;*/
}

ol.flex-control-paging {
    display: none;
}

ol.flex-control-paging {
    z-index: 99;
    list-style: none;
    position: absolute;
    right: 18px;
    bottom: -25px;
    display: none;
}

ol.flex-control-paging li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 7px;
    display: none;
}

ol.flex-control-paging li a {
    text-indent: -999999px;
    display: block;
    background: #ffffff;
    font-size: 2.5em;
    border: 1px solid #000000;
    width: 10px;
    height: 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

ol.flex-control-paging li a.flex-active {
    background: #000000;
    border: 1px solid #ffffff;
}

.slides img {
    width: 100%;

    position: relative;
}

.slidecontent {

    position: absolute;
    width:  350px;
    height:  100%;
    top: 0;
    z-index: 15;
    padding: 100px 30px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color:  rgba(0, 0, 0, 0.7);
}

.slidecontent h1 {
    color: #fff;
    border: none;
    font-size: 24pt;
    padding: 0px;
    padding-bottom: 0px;
    font-weight: 600;

}

.slidecontent p {
    color: #ddd;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 15px;
}



@media (max-width: 768px) {
    .slidecontent {
        top: 100px;
        padding: 15px;
        width: 100vw;
    }

    .slidecontent h1 {
        line-height: 18pt;
        font-size: 16pt;

    }
}



/*================================================================================
Pagina opmaak
=================================================================================-*/

.homebuts a{

    font-weight: 600;
    color: white;
    font-size: 30px;
    line-height: 0.8;
}

.homebuts a p{

    font-weight: 600;
    color: white;

    text-shadow: 0px 0px 6px rgba(00, 00, 00, 1);
    position: absolute;
    bottom:10px;
    left: 10px;
    padding: 10px;
    text-decoration: none;

}

.homebuts img{

    border-bottom: 4px solid white;
}


.homebuts {

    margin-left: -2px;
    margin-right: -2px;

}
.homebuts div:hover img {

    opacity: 0.8;

}



.category-item {
    padding-bottom: 30px;

}
.category-item a{
    text-decoration: none !important;

}
.category-item figure{

    text-align: center;
    background-color: #000;

}
.category-item figure img{
    width:100%;
}
@media (min-width: 990px) {
    .category-item a figure>img{
        opacity: 0.5;
    }
    .category-item a:hover figure>img{
        opacity: 1;
    }
}
.category-item figcaption{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 18pt;

    background-color: transparent;
    width: 100%;
    height: 100%;

    text-align: center;

    color: #FFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;

}
@media (max-width: 990px) {
    .category-item figcaption{
        /*
        padding-top: 38%;*/
    }

}

.category-item figcaption p{
    padding: 0 20px;
    margin: 0;
    font-weight: 300;
    font-size: 10pt;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
}

.category-item figcaption img{
    opacity: 1;
    width: 30px;
    height: auto;
}
.category-item figcaption strong{


    font-weight: 800;

}
.category-item figcaption h2{
    color: #fff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.23);
    border-top: 1px solid white;
    /*padding-top: 15px;*/
}



.iconrow{
    background-color: #000000;
    padding-top:30px;
}
.iconrow .col-sm-15{
    padding-bottom:30px;
}
.iconrow h4{
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 11pt;
}
/*================================================================================
NEWS
=================================================================================-*/

.news{

    list-style: none;
    padding: 0px;
}
.contactgegevens{
    background-color: #eee;
    list-style: none;
    padding: 0px;
    padding: 20px 20px;
}
.news li{
    border-top: 1px solid   rgba(39, 122, 16, 1);
    margin: 0px;
    padding: 20px 00px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.news li:last-child{
    border-bottom: 1px solid  rgba(39, 122, 16, 1);


}
.news li:hover{


}
.news li h3{
    color: #000000;
    font-weight: 400;
}
.news li a, .news li a:hover {

    text-decoration: none;
}
.news li p {
    color: #555;
    font-size: 10pt;
}

.newsitem {
    margin-bottom: 10px;
}

.datumblock p {
    margin-top: 14px;
    color: #ffffff;
    font-weight: normal;

}

@media (min-width: 990px) {
    .markten img{
        margin-top: -150px;
    }
}
.productbox {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(39, 122, 16, 1);
    font-size: 12pt;
}

.newsbox {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);

    margin-bottom: 25px;

    overflow: hidden;
    text-align: initial;
    font-size: 12pt;
}/*
.item{    margin-bottom: 25px;}
*/
.newsbox img{
    border-bottom: 2px solid rgba(39, 122, 16, 1);
}

.newsbox a {
    color: #000;
    text-decoration: none;
}

.newsbox .btn {
    color: #fff;
    text-decoration: none;
}
.geenvoorraad{
    color: #888;
}

.detailbox {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    padding-top: 15px;

    padding-bottom: 15px;
    overflow: hidden;
    text-align: initial;
    font-size: 12pt;
}
.detailbox img {




}
@media (max-width: 990px) {
    .newsbox h3 {
        padding-top: 15px;

    }
}

/*================================================================================
NEWS
=================================================================================-*/

#homenieuws .newsitem {
    margin-bottom: 10px;
}

#homenieuws .datumblock p {
    margin-top: 14px;
    color: #ffffff;
    font-weight: normal;

}

#homenieuws .newsbox {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 00px;
    overflow: hidden;
    text-align: initial;
    font-size: 11pt;
    border-bottom: none;
    background-color: transparent;
    box-shadow: none;

    background-position: bottom;
    background-repeat: repeat-x;

}

#homenieuws .newsbox p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 6px;
}

#homenieuws .newsbox h4 {
    margin-bottom: 6px;

}

.info {

    height: 20px;
    padding-right: 40px;

    color: #000000;
    background-image: url("images/arrownews.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;

}

#homenieuws .newsbox a {
    color: #000;
    text-decoration: none;
}

#homenieuws .newsbox .btn {
    color: #fff;
    text-decoration: none;
}

#homenieuws .date {
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 15pt;

}

#homenieuws .newstxt {
    border-left: 1px solid #000000;

}

/*============================================================================================================================================================
DETAILS
=============================================================================================================================================================-*/

#image-wrapper {

    height: 30%;
}

#details-content-wrapper {
    margin: 40px 0 60px 0;
}

#details-content-wrapper a:hover {
    opacity: 1;

    margin-bottom: 10px;
}

#detail-images img {
    margin-bottom: 15px;
}

#details-content-wrapper a:hover {
    opacity: 0.7;
}

#details-content {
    margin: 0 0 50px 0;
}

/*============================================================================================================================================================
news
=============================================================================================================================================================-*/

.date {
    font-size: 12px;
    color: #000;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ref {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #007CC2;
    overflow: hidden;
}

.topproduct {
    padding-top: 70px;
    padding-bottom: 22px;
}

@media (max-width: 1200px) {
    .navbar-toggle {
        display: block;
    }
}


@media (max-width: 991px) {

    #footer-wrapper {
        text-align: center !important;
    }

    #footer-wrapper .col-sm-12 {
        text-align: center !important;
    }


    .featurette-heading {
        font-size: 30px;
    }


    .navbar-header {
        float: none;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }


}

@media (max-width: 768px) {




    .featurette-divider {
        margin: 30px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }

}

@media (max-width: 768px) {

    body, th, td {
        font-size: 11pt;
    }

    h1 {

        font-size: 20pt;

    }

    h2 {

        font-size: 18pt;

    }

    h2 {

        font-size: 16pt;

    }

}


.slideshow {

    width: 100%;
}

@media (min-width: 767px) {
    .slideshow {
        background-color: #00a19c;
        width: 100%;
    }
}

@media print {

    .noprint {
        display: none;
        visibility: hidden;
    }

    a[href]:after {
        content: none !important;

    }
}

#menu li:hover .sub-menu {
    z-index: 1000;
    opacity: 1;

}

.sub-menu {
    padding: 10px 0px;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    transition: opacity linear 0.15s;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    background: #2e2728;
    z-index: 999;
}

.sub-menu li {
    display: block;
    font-size: 16px;
    width: 100% !important;
    text-align: center;

}

.sub-menu li a {
    padding: 10px 10px 10px 10px;
    display: block;
    font-size: 16px !important;
    text-decoration: none !important;

}

.references-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.references-list li {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;

    margin: 0px !important;
    padding-left: 0px;
}

.references-list li.active a {
    background-color: #F08827;
}

#motivation-label {
    clear: both;
}

#login {
    position: absolute;
    overflow: hidden;
    display: block;
    /*margin: 0 20px 0 0;*/
    top: 70px;

    right: 25px;
    z-index: 9999;

}


.product {
    margin-bottom: 30px;
}

.product h3 {
    margin-bottom: 00px;
    padding-bottom: 00px;
}


ul.nav-subpages {
    list-style: none;
}

.submenubox h3 {

    text-transform: uppercase;
    font-size: 14pt;
    background-color: #407CBF;
    padding: 5px 10px;
    margin-bottom: 4px;
}

.submenubox ul {
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
}

.submenubox a {
    text-decoration: none;
}

.submenubox ul > li {

    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgba(39, 122, 16, 1);
}

.submenubox ul > li:first-child {

    margin-top: 0px;

}

.submenubox ul > li > a {
    color: rgba(39, 122, 16, 1);
    font-weight: 400;
    font-size: 14pt;
    padding: 10px 3px;
}

/*
.submenubox > ul > li.active a{   
        color: #ffffff;
        font-weight: 600;
        font-size: 14pt;
         padding: 5px 3px;
}*/

.submenubox > ul > li > ul > li {

    margin-bottom: 0px;
    padding: 5px 10px 5px 30px;

    padding-top: 0px;
    margin-top: 0px;
    font-weight: 400;
}

.submenubox > ul > li > ul > li:first-child {

    padding-top: 10px;

}

.submenubox > ul > li > ul > li > a {
    font-size: 12pt;
    text-transform: capitalize;
    font-weight: 400;
    color: #000000;
    padding: 0px;
    margin: 0px;

}

.submenubox > ul > li > ul > li.active {

    color: rgba(39, 122, 16, 1);

}

.submenubox > ul > li > ul > li.active > a {
    color: rgba(39, 122, 16, 1);

}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* zotte animaties */

/* pagina opmaak */
.container {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
    max-width: 1400px;
    pointer-events: auto;
}

.container .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 1400px;
    pointer-events: auto;
}
.containerfluid .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;

    pointer-events: auto;
}
.tekstbalk {
    padding-top: 20px;
    padding-bottom: 20px;
}

.linkbalk {
    padding-top: 20px;
    padding-bottom: 20px;
}

.titelbalk {
    padding-top: 100px;
    padding-bottom: 0px;
}

.eerstebalk {

    background-color: #ffffff;

}

@media (min-width: 768px) {

    .gutterright {
        padding-right: 50px
    }

    .gutterleft {
        padding-left: 50px
    }

    .nogutterright {
        padding-right: 0px
    }

    .nogutterleft {
        padding-left: 0px
    }

}

.fotoright {
    padding: 0
}

.fotoleftt {
    padding: 0
}

@media (max-width: 990px) {
    .tekstbalk {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .dienstblok2 {
        padding-top: 40px;

    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;

        pointer-events: auto;
    }


}
.adreskader{
    background-color:  rgba(39, 122, 16, 1);
    color: #fff;
    display: block;
    padding: 30px 20px 20px 20px;

}

.adreskader p, .adreskader h1, .adreskader h2, .adreskader h3, .adreskader h4, .adreskader h5,  .adreskader a, .adreskader a:hover{

    color: #fff;


}
.onzichtbaar {
    display: none;
}

@media (min-width: 991px) {
    .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flex {
        display: flex;
        align-items: center;
    }

    .logos {
        padding: 50px;
    }

}

.logos {
    padding: 25px;
}

@media (min-width: 600px) {
    .logos {
        padding: 50px;
    }

    .logos img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray; /* IE 6-9 */
        transition: all .2s ease-in-out;
        transform: scale(1.1);
        margin-bottom: 22px;
    }

    .logos:hover img {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
        transform: scale(1.2);

    }
}

@media (min-width: 990px) {
    .centerflex {
        min-height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

/*============================================================================================================================================================
CONTACT
=============================================================================================================================================================-*/
.smallcontainer {
    max-width: 1000px;
}

#contact-wrapper {
    margin: 50px 0 60px 0;
}

#contact-wrapper a {

    color: #222;
}

#contact-wrapper a {
    outline: 0;
    text-decoration: none;

}

#contact-wrapper a:hover {
    color: #222;
    border-bottom: dotted 1px #222;
}

#contact_form input, #contact_form textarea {
    width: 100%;
    padding: 20px 12px;
    margin: 0 0 6px 0;
    border: none;
    background: #eeeeee;
}

#contact_form input:focus, #contact_form textarea:focus {
    background: #f3f3f3;
}

#contact_form label {

    font-weight: normal;
    color: #000000;
}

#contact_form #submit_button {

    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #444444;
    margin: 20px 0 0 0;
    padding: 20px 30px 16px 30px;
    width: 200px;
    opacity: 1;
}

#contact_form #submit_button:hover {
    opacity: 0.9;
}

#contact-wrapper ul {
    padding: 0;
    margin: 0;
}

#contact-wrapper li {
    list-style: none;
    padding: 0;
    margin: 0;
}

label {

    font-weight: normal;
}

.tweedecontact iframe {
    width: 100%;
    height: 50vh;
}

@media (min-width: 990px) {
    .tweedecontact iframe {
        width: 100%;
        height: 100vh;
    }
}

.lead {
    font-size: inherit;
}

/*============================================================================================================================================================
FORMULIEREN
=============================================================================================================================================================-*/

input.form-control {
    height: 38px;
    margin-bottom: 8px;
}

select.form-control {
    height: 38px;
    margin-bottom: 8px;
}

textarea.form-control {
    height: 176px;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #cccccc;
}

label.required {
    background: url("/website/static/images/required.png") no-repeat scroll right top transparent;
    padding-right: 10px;
}

dl {
    width: 100%;
    overflow: hidden;

}

dt {
    float: left;
    width: 30%; /* adjust the width; make sure the total of both is 100% */
    padding-bottom: 5px;

}

dd {
    float: left;
    width: 70%; /* adjust the width; make sure the total of both is 100% */
    padding-bottom: 5px;

}

#hiddie-label {
    display: none;
}

#hiddie-element {
    display: none;
}

.mapgrey {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    margin-bottom: -50px;
}


@media (max-width: 600px) {
    dt, dd {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }
}

#hideMe {
    -moz-animation: cssAnimation 1s ease-in 6s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 1s ease-in 6s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 1s ease-in 6s forwards;
    /* Opera */
    animation: cssAnimation 1s ease-in 6s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        opacity: 0;
    }
}


td {
    vertical-align: top;
}

.collectiemenu {
    width: 100%;
    border: none;
    margin-top: 20px;
}

.collectiemenu td a {

    color: white;
    font-size: 14pt;

    font-weight: 600;
    text-decoration: none;

}

.collectiemenu td a:hover {
    text-decoration: underline;

}



#sidebar {
    display: block;
    position: fixed;
    right: -10px;
    border-radius: 10px;
    top: 45vh;
    margin-top: -100px;

    padding: 15px 30px 5px 15px;
    background-color: rgba(200, 200, 200, 0.3);
    z-index: 99;

}

#sidebar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#sidebar ul li {

    padding-bottom: 10px;
}

#sidebar ul li a {
    /*
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);*/
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(2, 67, 95, 0.5);
}

#sidebar ul li a.nav-active {
    background-color: rgba(39, 122, 16, 1);
}

.filterbox {
    display: block;
    position: fixed;
    margin-left: 15px;
    margin-top: 100px;
}

@media (max-width: 768px) {

    .filterbox {
        display: block;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        background-color: #eeeeee;
        width: 100%;
        border-radius: 10px;
        padding: 10px;
    }
}

#results {
    min-height: 600px;
}

a.page-scroll {
    position: absolute;
    margin-top: 0vh;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    width: 60px;
    margin-left: -30px;
}

@media (max-width: 768px) {
    a.page-scroll {
        display: none;
    }
}

a.page-scroll.firstscroll {
    margin-top: -150px;
}

a.page-scroll {
    opacity: .5;
}

a.page-scroll {
    padding-top: 60px;
}

a.page-scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

#activeLanguage {
    font-weight: 600;
}

#activeLanguage a {
    font-weight: 600;
}

.taalli:hover {
    background-color: transparent !important;
}

* {
    box-sizing: border-box;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;

    }

}



.navbar .navbar-nav {
    display: inline-block;
    float: none;
    text-align: center;
}

.navbar .navbar-collapse {
    text-align: center;
}

@media (max-width: 1400px) {
    .homeslideshow{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .homeslideshow{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}
@media (max-width: 990px) {
    .homeslideshow{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}

.bestelkot{
    padding-bottom: 15px;
}

.btn-bestelkeuze{
    background-color: rgba(39, 122, 16, 0.4);
    color: white;

    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;

    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;

    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.btn-bestelkeuze:hover{
    background-color: rgba(39, 122, 16, 1);
    color: white;
}
.btn-bestelkeuze.active{
    background-color: rgba(39, 122, 16, 1);
    color: white;
}
.bestelkot .list-group-item {
    padding: 7px;
    padding-bottom: 0;
}

.list-group-item {
    background-color: rgba(39, 122, 16, 0.1);
}

.lSSlideOuter {

    margin-top: 0px;
    margin-bottom: 20px;
}





.eqWrap {
    display: flex;
}
/*
.eq {
	padding: 10px;
}

.eq:nth-of-type(odd) {
	background: yellow;
}

.eq:nth-of-type(even) {
	background: lightblue;
}*/

.equalHW {
    flex: 1;
}

.equalHMWrap {
    justify-content: space-between;
}

.equalHM {
    width: 32%;
}

.equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.equalHMR {
    width: 32%;
    margin-bottom: 2%;
}

.equalHMVWrap {
    flex-wrap: wrap;
}
/*
.equalHMV {
	width: 32%;
	margin: 1%;	
}

.equalHMV:nth-of-type(3n) {
	margin-right: 0;	
}

.equalHMV:nth-of-type(3n+1) {
	margin-left: 0;	
}
*/


.search-results h1{
    color: #dfaf5c;
    font-size: 15px;
    line-height: 15px;
    padding-top: 5px;
    font-weight: normal;
    margin:0;
    padding-bottom:0;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.search-results .search-data p {
    color: #464646;
    font-size: 13px;
    margin:0;
    padding:3px;
}

.ui-autocomplete .ui-menu-item{
    padding:0;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.search-results .search-data{
    margin:0;
    padding:0;
}

.ui-autocomplete .ui-menu li{
    max-width:400px !important;
}