@charset "UTF-8";#t4-topbar {
  background-color: #fff !important;
  box-shadow: inset 0 10px 20px -10px #666;
  border-top: 25px #2e3d96 solid; 
  /**border-bottom: 10px solid #ff7a00;**/
}

#t4-header {
  /** border-top: 10px solid #ff6600; **/
  /**box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;**/
}


#t4-stel-boven {
border-bottom: 5px solid #000;
}

.t4-palette-primary {
    border-top: 18px solid #ff7500;
}

.t4-megamenu .dropdown-menu ul {
      padding-top: 1rem;
      padding-bottom: 1rem; 
	  -webkit-box-shadow: -7px 6px 15px -3px rgba(0,0,0,0.4); 
      -moz-box-shadow: -7px 6px 15px -3px rgba(0,0,0,0.4); 
   	  box-shadow: -7px 6px 15px -3px rgba(0,0,0,0.4) }

.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #ff6600 !important;
}

.t4-megamenu .navbar-nav > li.active > a,
.t4-megamenu .navbar-nav > li.active > .nav-link {
   border-bottom: 5px solid #ff7a00;
}

/**.item-caret {
  border-top: 4px solid #ff6600 !important;
}**/

.t4-offcanvas .t4-off-canvas-header a {
  color: #ff8400;
  font-weight: bold;
}

.t4-masthead {
  padding: 0;
}

.readmore .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.blog .item-content .page-header > h2, .blog-featured .item-content .page-header > h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.t4-footer .container {
    /**border-bottom: 30px solid #ff6600;**/
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb {
    margin-bottom: 0;
 	margin-left: 15px;
    margin-right: 15px;
    padding-left: 50px;
    padding-right: 0;
    background-color: white;
    border: 1px solid #2e3d96;
    border-radius: 41px;
    filter: drop-shadow(-8px 8px 5px #ccc);
}

.breadcrumb li:first-child {
    color: #2e3d96;
  
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
   padding-left: 0rem;
    color: #033289;
  font-weight: bold;
  content: "•";
}

.breadcrumb .divider:before {
  color: #ced4da;
  content: " ";
  display: inline-block;
}

.t4-footnav {
  z-index: 1;
}

.t4-footnav .container {
  padding-top: 20px;
  padding-bottom: 10px;
  }

.footnavstel {
  margin-bottom: 20px;
}

#t4-footnav2.t4-section.t4-footnav2.footnav2.t4-palette-primary {
    border-top: 18px solid #2e3d96 !important;
    border-bottom: 1px solid #2e3d96 !important;
}

.stelfoto {
  border: 1px solid #2e3d96 !important; 
  border-radius: 4px; 
   margin-right: 15px !important;
  margin-bottom: 10px !important; 
  margin-top: 5px !important;
  float: left;
  filter: drop-shadow(gray -8px 8px 10px);
}

.stelfotovrij {
  margin-right: 15px !important;
  margin-bottom: 10px !important; 
  float: left;
  filter: drop-shadow(gray -8px 8px 10px);
}

.copyright-stel {
  padding-top: 40px;
  padding-bottom: 30px;
  
}

.footer1 {
  color: #999;
  text-align: center;
}

.koekje {
  /**padding: 1px;**/
  font-size: 0.7em;
  color: #ff7403;
  text-align: center;
  }

ul.nav.navbar-nav.ondermenustel {
  line-height: 200%;
}

ul.nav.nav-stacked.list-group {
  visibility: hidden;
}

.sk-ww-facebook-page-posts {
    max-height: 500px !important;
    overflow: auto !important;
    background:none !important;
    font-family: Open Sans !important;
    }

.sk-search-container {
    visibility: hidden;
}

.article-body .sk-ww-facebook-page-posts {
    height: auto !important;
    max-height: none !important;
    overflow:hidden !important;
    background:none !important;
    font-family: Open Sans !important;
}

/** opmaakcode voor portretjes - schaalbaar */

* {
  box-sizing: border-box;
}

.column-personeel {
  float: left;
  width: 33.33%;
  padding: 20px 25px 0px 25px;
}

.tekst-personeel {
    text-align: center;
    font-size: smaller;
    color: #888;
    margin-top: 20px;
    
}

/* Clearfix (clear floats) */
.row-personeel::after {
  content: "";
  clear: both;
  display: table;
}

.chronocredits {
    visibility: hidden;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column-personeel {
    width: 100%;
    text-align: center;
    padding: 20px 50px 20px 50px;
  }
}

/** opmaakcode voor erkenning balk - schaalbaar */

* {
  box-sizing: border-box;
}

.column-erkenning {
  float: left;
  width: 16.5%;
  text-align: center;
  padding: 15px 15px 10px 10px;
}



/* Clearfix (clear floats) */
.row-erkenning::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column-erkenning {
    width: 33%;
    text-align: center;
    padding: 10px 10px 10px 10px;
  }
}

.t4-megamenu.animate .dropdown>.dropdown-menu {
    margin-top: -4px;
    border-top: 5px solid #ff7403;
    /*border-bottom: 5px solid #ff7403;*/
    border-radius: 1px;
}

.nui, .nui *, .nui ::after, .nui ::before, .nui::after, .nui::before {
    margin-bottom: 0px;
}

.login-description {
    margin-bottom: 35px;
    font-weight: bold;
    color: #ff7403;
}

.formulier-doorverwijzers {
    border: 3px solid #2e3d96;
    border-radius: 5px;
    padding: 30px;
    
}

@media (max-width: 991.98px) {
    h1, .h1 {
        font-size: 1.2rem !important;
        font-weight: 1000 !important;
        color: #ff7403;
    }
}

.page-header h1, .categories-list h1 {
    font-size: 1.5rem;
    font-weight: 600 !important;
    color: #ff7403;
}

@media (max-width: 991.98px) {
    h2, .h2 {
        font-size: 1.2rem !important;
        color: #ff7403;
    }
}

.blog .blog-items .blog-item, .blog-featured .blog-items .blog-item {
    margin-bottom: 4em;
}

span.menu-item-title {
    margin-left: 5px;
}

h1 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

a.header-locaties:link, a.header-locaties:visited, a.header-locaties:hover {
    font-weight: 500;
    color:#ff7403 !important;
    /*padding: 2px 5px 2px 5px;
    background-color: #333;
    border-radius: 3px;*/
}
