/*===================================================================================================================================================================================================================
MAIN
====================================================================================================================================================================================================================-*/


html, body {

    overflow-x: hidden;
}

body{

    background: #fff;
    padding: 0;
    margin: 0;
}
body, th, td {
    font-family: 'Roboto Condensed',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12pt;
    color: #777777;
    font-weight: 300;
}


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



h1 {
    font-weight: 700;
    font-size: 35pt;
    margin: 50px auto;

    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;

}
h1:after{

    background-image: url('/images/stok.png');
    background-size: 100%;
    background-repeat: no-repeat;

    position: absolute;
    display: block;
    width: 8px;
    height: 80px;
    left: 50%;
    margin-left: -4px;
    margin-top: -145px;
    content:"";
    z-index:5;



}

.h1index:after{
    z-index:-1;

}


h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22pt;
    margin:-5px 0 10px 0;
    color: #000;


}

h3 {

    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 500;

}
h4 {

    font-weight: normal;
    font-size: 18px;
    margin:6px 0 8px 0;
    text-transform: uppercase;
    color: #000;
}

h5 {

    margin-top: 40px;
    font-size: 23px;
    color:#000000;
}

.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background: #f00;
    border: 4px solid red;
}

.btn-pff {
    color: #ffffff;
    background-color: #B3B3B3;
    text-transform: uppercase;
}

.btn-pff:hover,
.btn-pff:focus,
.btn-pff:active,
.btn-pff.active,
.open .dropdown-toggle.btn-pff {
    color: #ffffff;
    background-color: #000;


}

.btn-pff:active,
.btn-pff.active,
.open .dropdown-toggle.btn-pff {
    background-image: none;
}

.btn-pff.disabled,
.btn-pff[disabled],
fieldset[disabled] .btn-pff,
.btn-pff.disabled:hover,
.btn-pff[disabled]:hover,
fieldset[disabled] .btn-pff:hover,
.btn-pff.disabled:focus,
.btn-pff[disabled]:focus,
fieldset[disabled] .btn-pff:focus,
.btn-pff.disabled:active,
.btn-pff[disabled]:active,
fieldset[disabled] .btn-pff:active,
.btn-pff.disabled.active,
.btn-pff[disabled].active,
fieldset[disabled] .btn-pff.active {
    background-color: #B3B3B3;

}

.btn-pff .badge {
    color: #B3B3B3;
    background-color: #ffffff;
}


.navbar-toggle {text-decoration: none;
    position: absolute;
    right: -20px;
    top:45px;
    font-size: 30pt;

    background-color: #000;
    line-height: 0px;
    padding: 15px;
    padding-bottom: 10px;
    padding-top: 12px;
    z-index: 999;
    text-decoration: none;
    -moz-box-shadow: 0 0 10px 5px #fff;
    -webkit-box-shadow: 0 0 10px 5px #fff;
    box-shadow: 0px 0px 10px 5px #fff;
}


.navbar-toggle:hover {text-decoration: none;

    background-color: #888;}




.btn {
    -moz-transition: all 0.4s ease-in-out;
    -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;
    outline: 0;
    outline-style: none; -moz-outline-style:none;
}

a {
    -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;
}

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



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



#slider-wrapper{
    margin: 0px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 4px 5px 0px rgba(0, 0, 0, 0.4);

}




.dotted{
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px dotted silver;
}

.padded{padding-bottom: 20px;}
.center{text-align: center;}



/*================================================================================
Homepage
=================================================================================-*/


.pff{
    background-image: url('/images/home_pff_0.jpg');
    background-size: cover;
    padding: 0px;
}
.dwt{
    background-image: url('/images/home_dwt_0.jpg');
    background-size: cover;
    padding: 0px;
}
.mf{
    background-image: url('/images/home_mf_0.jpg');
    background-size: cover;
    padding: 0px;
}


.buttonhome img{
    overflow:hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition: all 0.5s linear;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    opacity: 0.0;
}
.buttonhome:hover img{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition: all 0.5s linear;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.homelang{position: absolute;
    display: block;
    margin-top: -50%;
    left: 50%;
    margin-left: -70px;}

.homelangsmall{position: absolute;
    display: block;
    margin-top: -95px;
    left: 50%;
    margin-left: -70px;}


.hexagon, .hexagon:visited {
    position: relative;
    width: 40px;
    height: 23.09px;
    background-color: #000000;
    margin: 11.55px 0;
    text-align: center;
    float: left;
    color: white; margin-right: 10px; text-align: center; font-weight: 700; font-size: 10pt; background-color: #000000; padding-top:2px;

}
.hexagon:hover, .hexagon:active {
    background-color: #ffcc00;
    text-decoration: none;
    color: black;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 0px;
    -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;
}


.hexagon:before {
    bottom: 100%;
    border-bottom: 11.55px solid #000000;
}

.hexagon:after {
    top: 100%;
    border-top: 11.55px solid #000000;
}
.hexagon:hover:before {
    bottom: 100%;
    border-bottom: 11.55px solid #ffcc00;
}

.hexagon:hover:after {
    top: 100%;
    border-top: 11.55px solid #ffcc00;

}


.hexagonwit, .hexagonwit:visited {
    position: relative;
    width: 40px;
    height: 23.09px;
    background-color: #fff;
    margin: 11.55px 0;
    text-align: center;
    float: left;

    color: black; margin-right: 10px; text-align: center; font-weight: 700; font-size: 10pt; background-color: #fff;  padding-top:2px;

}
.hexagonwit:hover,  .hexagonwit:active {
    background-color: #ffcc00;
    text-decoration: none;
    color: black;
}


.hexagonwit:before,
.hexagonwit:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 0px;
    -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;
}


.hexagonwit:before {
    bottom: 100%;
    border-bottom: 11.55px solid #fff;
}

.hexagonwit:after {
    top: 100%;
    border-top: 11.55px solid #fff;
}
.hexagonwit:hover:before {
    bottom: 100%;
    border-bottom: 11.55px solid #ffcc00;
}

.hexagonwit:hover:after {
    top: 100%;
    border-top: 11.55px solid #ffcc00;

}

.homelang a{}

.homelang a:hover{

}



/*================================================================================
HEADER-WRAPPER
=================================================================================-*/

.switches{
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 12;
    padding-top:  60px;
}
.switch{
    display: inline-block;
    margin: 0px;
    padding:  0px;

}

.switch img{
    width:100px;
    height: auto;
}


.header{
    position: fixed;
    display: block;
    padding: 0px;
    margin-top: 0px;
    z-index: 5;
}
.header-inner{
    max-width: 1200px;
    padding: 0px;
}
.header-inner .row{
    padding: 0px;
    height: 200px;
    overflow: hidden;

}



.logo{
    position: fixed;
    /* center the div */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    margin-bottom: 20px;
    width: 300px;

    /* just for example presentation */

}
.logo img{
    width: 300px;
}
.menu{
    position: fixed;
    /* center the div */
    right: 0;
    left: 0;
    margin-right: 64%;
    margin-left: auto;
    /* give it dimensions */
    margin-bottom: 20px;
    width: 36%;
    /* just for example presentation */

}

.menurechts{
    position: fixed;
    /* center the div */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left:64%;
    /* give it dimensions */
    margin-bottom: 20px;
    width: 36%;
    /* just for example presentation */

}

.mfmenu{

    margin-right: 60%;
    width: 40%;


}

.mfmenurechts{
    margin-left:60%;
    width: 40%;


}

#search{
    float: left;
    display: block;
    margin-right: 20px;
}

input[type="search"] {
    border: none;
    border-radius: 6px;
    background-color: #eee;
    font-size: 12px;
    padding: 3px 0px 0 10px;
    height: 24px;
    margin: 6px 0px 0 0;
}

.social{
    float: left;
    display: block;
    margin: 0px 18px 0 0;

}
.social ul{
    padding: 0;
}

.social li{
    display: inline-block;
    list-style: none;

}

.btnsocial {
    margin: 6px 6px 0 0;
    padding-top: 0px;
    padding-left: 1px;
    border: none;
    border-radius: 6px;
    background-color: #eee;
    display: block;
    width: 24px;
    height: 24px;
    color: #888;
    text-align: center;
    text-transform: uppercase;
    float: left;
    font-size:17px;

}

.socialIcon{
    margin: 0 1px;
}
.socialIcon img{
    width: 19px;
    opacity: 0.7;
    border-radius:6px;
}

@media (max-width: 440px){
    .socialIcon img{
        width: 16px;
    }
}

.socialIcon img:hover{
    opacity: 1;
}



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


.driehoek {
    position: fixed;
    width: 100vw;
    margin-top:0vw;
    height: 400px;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid white;
    z-index: 3;
    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
.minderhoog {
    height: 200px;
    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
.tijger {
    background-image: url("/images/bg-tijger.jpg");
}
.kikker {
    background-image: url("/images/bg-kikker.jpg");
}
.lamas {
    background-image: url("/images/bg-lamas.jpg");
}
.driehoeklinks {
    position: absolute;
    left:50vw;
    width: 50vw;
    margin-top:200px;
    border-style: solid;
    border-width: 0 0 200px 50vw;
    border-color: transparent transparent #ffffff ;
    -webkit-transition: border-bottom-width 0.4s linear;
    -moz-transition: border-bottom-width 0.4s linear;
    -o-transition: border-bottom-width 0.4s linear;
    transition: border-bottom-width 0.4s linear;
}

.driehoekrechts {
    position: absolute;
    left:0vw;
    width: 50vw;
    margin-top:200px;
    border-style: solid;
    border-width: 0 50vw 200px 0;
    border-color: transparent transparent #ffffff ;
    -webkit-transition: border-bottom-width 0.4s linear;
    -moz-transition: border-bottom-width 0.4s linear;
    -o-transition: border-bottom-width 0.4s linear;
    transition: border-bottom-width 0.4s linear;
}


.content{
    padding-bottom:80px;
    padding-top:400px;
}

@media (min-width: 1500px){
    .driehoek {
        height: 450px;
    }
    .minderhoog {
        height: 200px;
        -webkit-transition: height 0.4s linear;
        -moz-transition: height 0.4s linear;
        -o-transition: height 0.4s linear;
        transition: height 0.4s linear;
    }
    .driehoeklinks {
        margin-top:200px;
        border-width: 0 0 250px 50vw;
    }
    .driehoekrechts {
        margin-top:200px;
        border-width: 0 50vw 250px 0;
    }
    .content{
        padding-bottom:80px;
        padding-top:450px;
    }
}
.plat{
    border-bottom-width: 0vw;
    -webkit-transition: border-bottom-width 0.4s linear;
    -moz-transition: border-bottom-width 0.4s linear;
    -o-transition: border-bottom-width 0.4s linear;
    transition: border-bottom-width 0.4s linear;
}

@media (max-width: 768px){
    .driehoek {
        height: 250px;
        position: absolute;
    }
    .header {
        position: absolute;
    }

    .logo {
        position: absolute;
        display: block;
        width: 100vw;
        text-align: center;



    }
    .driehoeklinks {
        margin-top:100px;
        border-width: 0 0 150px 50vw;
    }
    .driehoekrechts {
        margin-top:100px;
        border-width: 0 50vw 150px 0;
    }
    .content{
        padding-bottom:80px;
        padding-top:280px;
    }
    .plat{
        border-bottom-width: 150px;
        -webkit-transition: border-bottom-width 0.4s linear;
        -moz-transition: border-bottom-width 0.4s linear;
        -o-transition: border-bottom-width 0.4s linear;
        transition: border-bottom-width 0.4s linear;
    }
}
@media (max-width: 600px){
    .driehoek {
        height: 280px;
    }
    .driehoeklinks {
        margin-top:180px;
        border-width: 0 0 100px 50vw;
    }
    .driehoekrechts {
        margin-top:180px;
        border-width: 0 50vw 100px 0;
    }
    .content{
        padding-bottom:80px;
        padding-top:310px;
    }
    .plat{
        border-bottom-width: 100px;
        -webkit-transition: border-bottom-width 0.4s linear;
        -moz-transition: border-bottom-width 0.4s linear;
        -o-transition: border-bottom-width 0.4s linear;
        transition: border-bottom-width 0.4s linear;
    }

}


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



.menu a {
    display:block;
    padding-top:90px;
    padding-bottom:50px;
    padding-left: 60px;
    transition: all 0.4s ease-in-out;
    color: #fff;
    float: right;
    text-transform: uppercase;
}
.menurechts a {
    display:block;
    padding-top:90px;
    padding-bottom:50px;
    padding-right: 60px;
    transition: all 0.4s ease-in-out;
    color: #fff;
    float: left;
    text-transform: uppercase;
}


.mafl{
    font-size: 10pt;
    padding-left: 40px !important;

}
.mafr{
    font-size: 10pt;
    padding-right: 40px !important;

}



@media (max-width: 992px){


    .menu a {


        padding-left: 40px;

    }
    .menurechts a {

        padding-right: 40px;

    }
    .mafl{


        padding-left: 20px !important;

    }
    .mafr{

        padding-right: 20px !important;

    }
}

.sub-menu {
    padding:10px 0px;
    position:absolute;
    top:0;
    left:0px;
    opacity:0;
    transition: all 0.4s ease-in-out;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#2e2728;
}

.sub-menu li {
    display:block;
    font-size:16px;
}

.sub-menu li a {
    padding:20px 30px 10px 0;
    display:block;


}



#nav-wrapper .arrow {
    padding-left: 1px;
    font-size:10px;
    line-height:0;
}


.sidebarClosebtn{
    font-size: 40px;
    text-align: left;
}

#sidemenu li a{
    opacity: 1;
}

#sidemenu li a:hover{
    opacity: 0.7;
}







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

#footer-wrapper{
    clear: both;
    position: relative;
    padding: 40px 0;
    background-color: #000;
    -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;
}
#footer-wrapper p{
    font-size: 10px;
}

#footer-wrapper ul{
    padding: 0;
    margin: 0;
}
#footer-wrapper li{

    list-style: none;
    padding: 5px 0;
    color: #fff;
    font-size: 10pt;
    text-transform: uppercase;

}

#footer-wrapper a{
    outline: 0;
    text-decoration: none;
    color: #ddd;
    -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;
    text-transform: uppercase;
}
#footer-wrapper a:hover{
    color: #fff;
    border-bottom: dotted 1px #fff;
}
#footer-wrapper li a{
    outline: 0;
    text-decoration: none;
    color: #ddd;
    -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;
}

#footer-wrapper li a:hover{
    color: #fff;
    border-bottom: dotted 1px #fff;
}

#footer-wrapper h4{
    color: #ccc;
    font-weight: bold;
}

#footer-wrapper img{
    text-align: center;
    max-width: 260px;
    margin: 0px;
    width: 100%;
    padding-bottom: 20px;

}

/*===================================================================================================================================================================================================================
NIEUWSSLIDER
====================================================================================================================================================================================================================-*/


#gastenboek{
    padding: 30px 0 30px 0;
}



#gastenboek p{
    margin-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px;
}


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


.flexslider {
    margin: 0px;


}
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 {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    bottom: 18px;
    margin: 0 auto;
    margin-left: 20px;
    position: absolute;
    text-align: center;
    width: auto;
    padding: 10px;

}

.slidecontent p {
    color: #fff;
    font-size: 16pt;
    font-weight: 200;
    margin: 0px;
}


#about{display: block;
    position: absolute;
    bottom: 100px;}







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


.newsitem{
    margin-bottom: 10px;
}


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

}
.newsbox{


    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
    text-align: initial;
    font-size: 12pt;
    border-bottom: 1px solid #ddd;
}
.newsbox p{
    margin: 0px;
    padding: 0px;
}
.newsbox a{ color: #000; text-decoration: none;}

.newsbox a.btn{ color: #fff; text-decoration: none;}
/*============================================================================================================================================================
GALERIJ
=============================================================================================================================================================-*/



#galerij-wrapper{
    margin: 50px 0 40px 0;
}
#galerij-wrapper img{
    margin-bottom: 30px;

    opacity: 1;
}

#galerij-wrapper img:hover{
    opacity: 0.8;
}


/*============================================================================================================================================================
PRIJZEN
=============================================================================================================================================================-*/

#prijzen-wrapper{
    margin: 50px 0 60px 0;
}
#prijzentabel table {
    margin: 20px 0;
}

#prijzentabel table tr{

}
#prijzentabel table td{
    padding: 8px 10px;
}
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

/*============================================================================================================================================================
OVER
=============================================================================================================================================================-*/

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

#over-wrapper #map{
    margin: 30px 0 20px 0;
    height: 460px;
}


/*============================================================================================================================================================
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;
}

.description td{padding-right: 25px; padding-bottom: 4px; text-align: left;}
.description h1{margin-top: 0px;}
/*============================================================================================================================================================
CONTACT
=============================================================================================================================================================-*/

#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: #777;
}

#contact_form #submit_button{

    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #000000;
    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;
}



.lead {
    font-size: inherit;
}

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

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



label.required {
    background: url("/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:60%; /* 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 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


.overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:400px; /* your iframe height */
    top:400px;  /* your iframe height */
    margin-top:-400px;  /* your iframe height */
    z-index: 10;
}

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



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

.date{font-size: 12px; font-weight: bold; margin-top:4px;}
.ref{margin-bottom: 10px;padding-bottom: 10px; border-bottom: 1px dotted #007CC2; overflow: hidden;}

/*============================================================================================================================================================
Stalen zoeken
=============================================================================================================================================================-*/
.moodboard{background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 25px;}

.zoekfunctie{background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 25px;}

.zoekfunctie h2{
    padding-bottom: 10px;
}
.moodboard h2{
    padding-bottom: 10px;
}
.zoekfunctie input{
    width: 100%;
}
.zoekfunctie select{

}
.moodboard .row{
    padding-right:15px;
}
.staal{
    padding-right:0px;
    padding-bottom:15px;

}
.staal img{
    border:1px solid silver;
}
.staal2{
    font-size:15px;
    padding-bottom:15px;

}
.staal2 a{
    color: inherit;
    text-decoration: none;

}
.staal2:hover{
    font-size:15px;
    padding-bottom:15px;
    color: #000;

}
.staal2 img{
    border:1px solid silver;
    margin-bottom: 5px;
}
.staal2:hover img{
    border:1px solid #000;
    margin-bottom: 5px;
}
.staalbalk{
    padding-right:0px;
}
.staalbalk button{
    margin-top:0px;
}
.styled-select select {
    background: transparent;
    width: 400px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;


}
.styled-select {

    height: 34px;
    overflow: hidden;
    background: url(/images/new_arrow.png) no-repeat right #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
/*============================================================================================================================================================
Stalen detail
=============================================================================================================================================================-*/
.shadow{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}


.detailpage{
    /*background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
    overflow: hidden;*/
    text-align: initial;
}

/*============================================================================================================================================================
FEATURETTE
=============================================================================================================================================================-*/



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

.featurette {
    /*display:inline-block;*/
    overflow: hidden;
}


.featurette-image{max-width: 400px;
    height:auto;
    border-radius:5px;}

.featurette-image.pull-left {
    margin-right: 50px;
    margin-bottom: 20px;
}

.featurette-image.pull-right {
    margin-left: 50px;
    margin-bottom: 20px;
}

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

@media(max-width:1200px) {

    .moodboard-counter{
        width: 22px;
        height: 22px;
        font-size: 10pt;
        margin-left: 407px;
        padding-top:2px;
        top:63px;
    }
}
@media(max-width:991px) {


    .logobottom{
        padding-right:0px;
    }
    #footer-wrapper{

    }

    h2{padding-top:30px;}

    .col-sm-6 h2{padding-top:0px;}

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

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

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




}


@media(max-width:768px) {

    .inhoud {
        padding: 80px 50px 50px;
    }

    h2{padding-top:30px;}
    .col-sm-6 h2{padding-top:30px;}
    .featurette-divider {
        margin: 30px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
    #footer-wrapper  {
        text-align: center;
    }
    .slidecontent p{font-size:11pt;}


}



@media(max-width:600px) {

}

@media (max-width: 500px) {
    h1 {
        font-size: 20pt;
    }
    body, th, td {font-size: 11pt;}

    .slidecontent h1{

        font-size: 16pt;

        margin-top:100px;


    }


    h2 {



        font-size: 18px;

    }
    h2.balk {



    }

    h5 {

        margin-top: 30px;
        font-size: 18px;
        color:#000000;
    }

}


@media(max-width:375px) {
    .featurette-divider {
        margin: 20px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media print
{

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

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


    }
}



.sub-menu {
    padding:10px 0px;
    position:absolute;
    top:0;
    left:0px;
    opacity:0;
    transition: all 0.4s ease-in-out;
    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;
}






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


    right: 25px;
    z-index: 9999;


}

#language ul, #language li{
    margin: 0;
    padding: 0;
    border: 0;

    list-style: none;
    float: left;
}


#language ul li{float: left;}
#language ul li a{
    margin: 0px 0px 0px 6px;
    padding: 7px 0 0 0px;

    border: none;

    background-color: #ddd;
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    float: right;

}
#language ul li#activeLanguage a{

    background-color: #C35F01;
    color: #fff;


}




#languagetwee{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    padding-left: 20px;
    list-style: none;
    height: 40px;

}
#languagetwee li{
    float: left;
    list-style: none;
    background-color: transparent;

}
#languagetwee li:hover{
    float: left;
    list-style: none;
    background-color: transparent !important;

}
#languagetwee li a{
    margin: 0px 6px 0px 0px;
    padding: 7px 0 0 0px;

    border: none;

    background-color: #ddd;
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;


}
#languagetwee li a:hover{


    background-color: #C35F01;


}

#languagetwee li#activeLanguage a{

    background-color: #C35F01;
    color: #fff;


}








.rood{background-color: red;
    -moz-transition: all 0.4s ease-in-out;
    -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;
}
.blauw{background-color: blue; }