@charset "UTF-8";

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

body {
  font-family: "tahoma", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #707070;
  background: #ffffff;
  margin-bottom: 160px; /* Margin bottom by footer height */
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.top_wrapper{
  padding-bottom: 20px;
  padding-top: 15px;
}

h1{
  font-size: 30px;
  padding-top: 0;
  margin-top: 0;
  color: #707070;
}

h1.pageTitle_grijs{
  font-size: 30px;
  padding-top: 0;
  margin-top: 0;
  color: #707070;
}

h1.pageTitle{
  font-size: 30px;
  padding-top: 0;
  margin-top: 0;
  color: #000; 
}

h1.pageTitle_red{
  font-size: 30px;
  padding-top: 0;
  margin-top: 0;
  color: #BF1717; 
}

h2{
  font-size: 20px;
  padding-top: 0;
  margin-top: 0;
  color: #707070;
}

h2.c-overview{
  font-size: 20px;
  padding-top: 10px;
  margin-top: 0;
  color: #707070;
}

h3{
  font-size: 18px;
  padding-top: 0;
  margin-top: 0;
  color: #707070;

}

a{
  color: #bf0000;
}

a:hover{
  color: #bf0000;
}

.row .no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter-left{
  margin-left: 0;
  padding-left: 0;
}

.form-control{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

div.search-box{
  padding-top: 1em;   
}

div.search-box form input {  
  padding-right: 10px;
  height: 28px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;  
}

div.search-box form input.search-button {
  width: 32px;
  height: 28px;
  background: none;
  border: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 13px 15px;
  color: #ffffff;   
  background-color: #BF1717;
  font-size: 1.286rem;
  text-align: center; 
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

div.search-box form input.search-button:hover {
  color: #000;
  background-color: #BF1717;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 160px;
  background-color: #000;
}

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

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

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

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

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

footer ul.custom-menu-level0{
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 12px; 
  float: right;
}

footer ul.custom-menu-level0 li:first-child{
  border-left: none;
}

footer ul.custom-menu-level0 li:first-child a{
  margin: 0 10px 0 0px;
}

footer ul.custom-menu-level0 li{
  float: left;
  margin: 0 0 0 0px;
  position: relative;
  border-left: 1px solid #fff;
}

footer ul.custom-menu-level0 li a{
  color: #fff;
  font-size: 12px;
  margin: 0 10px 0 10px;
}

footer ul.sns{
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;  
  float: right;
}

footer ul.sns li{
  float: left;
  margin: 0 5px 0 0;
}

#nav-wrapper.affix {
  top: 0;
  /*width: 100%;*/
  position: fixed;
  z-index: 2;
}

.home_content{
  margin: 50px auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.home_content img{
  /*margin: 0 auto; */
}

hr {
  height: 51px;
  border: none;
  background-image: url(../images/hr-standard.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px 0px;
}

.header_img{
  background-position: center; 
  background-size: cover;
  width: 100%;  
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.wrap_content{
  position: relative;
  z-index: 1;
}

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

nav#breadcrumbs ul li:before {
  content: url("../images/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: #bf0000;
}

.intro{
  font-style: italic;
}

.archive_item_date{
  display: block;
}

.news_overview{
  padding-bottom: 1.5em;
}

.catalogus_overview{
  margin-bottom: 20px;
  background-color: #eaeaea;
}

.catalogus_overview:hover{
  background-color: #f0ecec;
}

.contactButtons{  
}

.redButton{
  display: inline-block;
  background: #BF1717;  
  color: #ffffff;  
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 15px 12px 15px;
  text-align: center;
}

a.redButton:first-child{
  margin-bottom: 10px;
}

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

.occa_description{
  padding: 20px 0 20px 0;
  min-height: 200px;
}

.detailVideo{
  padding: 10px 0;
}

.detailImages #bigImage{
}

.imageCarousel{
  overflow: hidden;
  height: 70px;  
  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: 89px;
  height: 67px;
  margin: 0 2px 0 0;
  left: 0;
}

.total{
  float: right;
}

.gallery_tile{
  padding-bottom: 10px;
}

.topbar{
  padding-top: 1em;
  z-index: 9999999;
  position: relative;
  background-color: #fff;
  height: 135px;
}

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

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

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

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

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

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

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: 10px;
}

ul.custom-menu-level0 li div.children > div {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/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);
}

span.glyphicon-chevron-right
{
  padding-top: 2px;
}

.navbar {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0;
}

.navbar-red{
  background-color: #BF1717;
}

.navbar-brand{
  color: #fff;
}

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




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

  .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 10px 13px 10px;
    font-size: 16px;
    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: #000;
  }

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

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

  .navbar-red{
    background-color: #ffffff;
  }

  .top_menu ul li a{
    color: #777777;
    font-weight: normal;
  }
  ul.custom-menu-level0 li.active{
    background-color: #ffffff;
  }
  ul.custom-menu-level0 li.active a{
    color: #BF1717;
  }
  
  ul.custom-menu-level0 li.active a:hover{
    color: #BF1717;
  }

  ul.custom-menu-level1 li a{
    color: #777777 !important;
  }

  ul.custom-menu-level1 li a:hover{
    color: #000 !important;
  }

  
  
  
}

.redline_topbar {
  width: 100%;
  height: 2px;
  background-color: #FF7474;
}
.block_headlines {
  width: 100%;
  background-color: #d3d3d3;
}
.block_headlines_container {
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.block_headlines_container img {
  margin-bottom: 10px;
}

#banner_headlines {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .redline_topbar {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .top_menu ul li a{      
    
  }
}

@media screen and (min-width: 992px) {
  .top_menu ul li a{  
    padding: 13px 10px 13px 10px;
    
  }
}

@media screen and (min-width: 1200px) {
  .top_menu ul li a{  
    padding: 13px 10px 13px 10px;
    
  }
}