@import url(fonts.css);

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "source_sans_proregular", myriad pro;
  font-size: 15px;
  line-height: 24px;
  color: #1d1d1b;
  background: #ffffff;
  margin-bottom: 200px; /* Margin bottom by footer height */
}
@media(max-width: 768px) {
  body {
    margin-bottom: 510px; /* Margin bottom by footer height */
  }
}

h1{
  font-size: 48px;
  font-weight: normal;
}

h2{
  font-size: 30px;
  font-weight: normal;
}

.overview h2{
  padding-left: 15px;

}

h3{
  font-size: 28px;
  font-weight: normal;
}

.contact_right h3{
  margin-top: 0; 
}

h4{
  font-size: 18px;
  font-weight: normal;
}

a{
  color: #1d1d1b;
}

a:hover{
  color: #1d1d1b;
}

p {      
  margin: 0 0 20px 0;
}

.catalogus_headlines p {
  text-align: center;
  font-size: 20px;
}
.catalogus_headlines a:hover {
  text-decoration: none;
}
.catalogus_headlines a > img {
  width: 100%;
  padding: 5px;
  border: 1px solid #a9a9a9;
  -moz-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  -webkit-transition: opacity .1s ease-in;
}
.catalogus_headlines a:hover > img {
  opacity: 0.7;
}
.catalogus_headlines a:hover > p {
  color: #0055b8;
}

.main_content{
  padding-bottom: 50px;
}

.top_wrapper{
	padding: 15px 0;
}

.top_menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0;
  background-color: #585858;
}

.navbar-collapse{
  padding: 0;
}

nav ul ul {
  display: none;  
  background-color: #bdbebd; 
}

.detail{
  width: 350px;
  height: 100px;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}

.test{
  width: 100px;
  height: 29px;
  top: -150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}
.top_menu ul li{  
  position: relative;
}

.top_menu ul li a{  
  padding: 10px ;
  font-size: 15px;
  font-weight: bold;
  text-align: left;  
  display: block;
  text-decoration: none;  
  color: #fff;
}

ul.custom-menu-level0 li a:hover{
  color: #fff;
  font-style: italic;
}

ul.custom-menu-level0 li.active{
  font-style: italic; 
  background-color: #3b3b3b;
}

ul.custom-menu-level0 li.active a:hover{
  color: #fff;
}

ul.custom-menu-level1.open{
  display: block;
}

ul.custom-menu-level1 li a{  
  padding: 10px 10px 10px 20px;  
}

ul.custom-menu-level2 li a{  
  padding: 10px 10px 10px 20px;  
}

ul.custom-menu-level3 li a{  
  padding: 10px 10px 10px 30px;  
}

ul.custom-menu-level0 li div.children {
  display: block;
  float: right;
  padding: 15px 25px 15px 15px;
}

ul.custom-menu-level0 li div.children > div {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/layout/sub_child.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

ul.custom-menu-level0 li div.children.open > div {
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg); 
  -o-transform:rotate(90deg);
}

.category-sub-menu ul {
  list-style: none;
}
.category-sub-menu ul > li {
  padding: 10px;
  background-color: #bdbebd;
  -moz-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
}
.category-sub-menu ul > li:hover,
.category-sub-menu ul > li.active {
  background-color: #0055b8;
  font-style: italic;
  font-weight: bold;
}
.category-sub-menu ul > li:hover > a,
.category-sub-menu ul > li.active > a {
  color: #fff;
}
.category-sub-menu ul > li > a {
  color: #000;
  display: block;
  padding: 10px 20px;
  margin: 0px -10px 0px -10px;
  text-decoration: none;
  -moz-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}

.icon-bar{
 background-color: #fff; 
}

.wide {
  width:100%;
  height:100%;
  height:calc(100% - 1px);
  background-size:cover;
}

.wide img {
  width:100%;
}

nav#breadcrumbs {
    margin-bottom: 12px; 
}

nav#breadcrumbs ul {
  display: block;
  padding: 0;
  margin: 0;
}

nav#breadcrumbs ul li {
  float: left;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  color: #bf0000;
  padding: 0;
  margin: 0;
}
 
nav#breadcrumbs ul li a {
  color: #707070;
  transition: color 0.15s ease-in-out 0s;
  -webkit-transition: color 0.15s ease-in-out 0s; 
  -moz-transition: color 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s;
} 

nav#breadcrumbs ul li a:hover {
  color: #0055b8;
}

nav#breadcrumbs ul li:before {
  content: url("../images/layout/breadcrumb_arraow.jpg");  
  padding: 0px 6px;
  margin: 0;   
  float: left;    
  display: inline;
  max-width: none;
  max-height: none;
  left: 0;
  top: 0;
  color: #707070;
  font-size: 12px; 
}

nav#breadcrumbs ul li:first-child:before {
  content: "";
  padding: 0;   
}

nav#breadcrumbs ul li:last-child a {
  color: #0055b8;
}

footer{  
  margin-top: 3em;
  padding-top: 2em;
  padding-bottom: 2em;   
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;  
  background-color: #585858;
}

footer .container{  
  background-color: #585858;
}

footer ul.ul_left{
  list-style: none;
}

footer ul.ul_left li{
  color: #777;
}

footer ul.ul_left a{
  color: #777;
}

footer ul.ul_left li.adress, footer ul.ul_left li.adress a{
  color: #fff;
}

footer .contact_title{
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 20px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
}

.home_text_img img{
  padding: 5px;
  margin: 10px;
  border: 1px solid #a9a9a9;
}

.cat_img img.img_cat_small{
  padding: 5px;
  border: 1px solid #a9a9a9;  
  min-height: 165px;
}

.product_name{
  padding: 0 5px;
  min-height: 85px;
}

.imageCarousel{
  overflow: hidden;
  height: 100px;  
  padding: 10px 0 0 0;
  margin: 0;
}

.imageCarousel .overflowWrapper{
  float: left;
  height: 123px;
  width: 99999999px;
  position: relative;
}

.overflowWrapper .slide:first-child{  
}

.imageCarousel .overflowWrapper .slide{
  position: relative;
  float: left;
  width: 137px;
  height: 64px;
  overflow: hidden;
  margin: 0 2px 0 0;
  left: 0;
}

.search-button{  
  display: none;
}

.img_description{
  color: #fff;  
  background-color: #3e3e3e;
  text-align: center;
}

.searchformBlock{  
  padding-bottom: 5px;
}

.wraper_img{
  position: relative;
}
.verkocht{
   border: 0px solid red; 
   position: absolute; 
   left: 0px;
   top: 0px;
}
.c_img{
   border: 0px solid red;
}

.verkocht_small{
  position: absolute; 
  left: 6px;
  top: 5px;
  padding-right: 6px;
}

ul.nav-pills{
    padding-top: 20px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #0055b8;
}
.nav-pills>li>a {
    border-radius: 0px;
}
.tel{    
    font-size: 3rem;
    line-height: 1.5;
    border-radius: 0;
    color: #0055b8; 
    font-weight: 600;;
}
.tel:hover{
    text-decoration: none;
    color: #777;
}
.pt{
    padding-top: 15px;
    text-align: center;
}
.tab-content{
  padding-bottom: 20px;
}
.green_text{
  color: #00b050;
}
#pills-desc .table-responsive{
  border: 1px solid #ddd;
  padding: 10px;
}

@media screen and (min-width: 768px) {

  
  .verkocht_small{
  }
  .navbar-collapse{
    padding-left: 0;
  }

  .top_menu ul li{
    float: left;
    margin: 0 0 0 0px;
    position: relative;
  }

  .top_menu ul li a{  
    padding: 13px 15px 13px 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;    
    display: block;
    text-decoration: none;  
    color: #fff;
  }

  ul.custom-menu-level0 li div.children {
    display: none;    
  }

  ul.custom-menu-level1 li {  
    padding: 0 10px 0 10px;  
    width: 100%;
  }

  ul.custom-menu-level2 li{  
    padding: 0 0 0 10px;  
    width: 100%;
  }

  ul.custom-menu-level3 li{  
    padding: 0 0 0 10px;  
    width: 100%;
  }

  ul.custom-menu-level0 li.active{
    background: #3b3b3b;
  }

  nav ul ul {
    display: none;
  }

  nav ul li:hover > ul {
    display: block;
  }

  ul.custom-menu-level0:after {
    content: ""; 
    clear: both; 
    display: block;
  }

  .top_menu ul.custom-menu-level0 ul.custom-menu-level1{
    background: #bdbebd; 
    padding: 0;
    margin: 0;
    position: absolute; top: 100%;
    z-index: 999;
  }

  .top_menu ul.custom-menu-level0 ul.custom-menu-level2,
  .top_menu ul.custom-menu-level0 ul.custom-menu-level3{
    background: #bdbebd; 
  }

  .top_menu ul ul li a{
    text-align: left;
    padding: 5px 10px 10px 5px;
  }
  
  .top_menu ul ul ul {
    position: absolute; left: 100%; top:0;
  }

  span.glyphicon-chevron-right
  {
    display: none;
  }

  .searchformBlock {
    display: none;
    padding-top: 9px;
  }

  .search-button{   
    display: block;
    background-image: url(../images/layout/search.png);
    background-repeat: no-repeat;
    background-color: #585858;
    background-position: center center;    
    width: 43px;
    height: 50px;
  }

  
}

#sitemap-container {
    margin: 30px 0;
    padding: 0px;
    list-style: none;
    line-height: 29px;
    li {
        margin: 0px;
        padding: 0px;
        clear: both;
        .node-icon {
            margin: 0px;
            float: left;
            img {
                display: block;
                float:left;
                margin-right:5px;
            }
        }
        .node-text {
            float: left;
            display: inline-block;
            margin: 1px 0px 0px 2px;
        }
        .level_icon {
            float:left;
            margin-right:5px;
        }
    }
}
