/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
p, b, a, small{
  font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
  margin-top:0 !important;
  margin-bottom:20px !important;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
a,a:hover{
  color:#006837;
  text-decoration: none;
}
button,
a.btn{
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-radius:0 !important;
  padding: 10px 18px;
}
.btn_green{
  background: #006837 !important;
  color:#fff !important;
}
.btn_green:hover{
  background: #34805c !important;
}
.btn_green i{
  margin-left: 5px;
}
input,textarea{
  box-shadow: none !important;
  outline: none !important;
  border-radius:0 !important;
}
p#breadcrumbs {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: -30px;
}
form input.search-field.form-control {
    height: 37px;
    position: relative;
    top: 2px;
}
form input.search-submit {
    position: relative;
    top: 1px;
}
/*Header*/
a.header_logo img {
    max-width: 250px;
}
.header {
    padding: 20px 0 20px 0;
    background-repeat: repeat;
    background-size: cover;
    background-position: left bottom;
    max-width: 3000px;
    margin: 0 auto;
}
.header_menu {
    background: #006837;
    color: #fff;
    border-top: 3px solid #f58f00;
    max-width: 3000px;
    margin: 0 auto;
}
.navbar-nav a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 15px !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    background: #a09c9c;
}
span.hb_line {
    display: block;
    background: #fff;
    width: 37px;
    height: 4px;
    margin-bottom: 7px;
}
button.navbar-toggler {
    margin: 8px auto 0px auto;
}
.front_box {
    background-size: cover;
    height: 700px;
    background-repeat: no-repeat;
    position: relative;
    max-width: 3000px;
    margin: 0 auto;
}
.sub_box{
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    position: relative;
    max-width: 3000px;
    margin: 0 auto;
}
.three_blocks {
    margin-top: -100px;
}
.three_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 6px 13px rgba(0,0,0,0.1);
    text-align: center;
    padding: 30px;
    border: 5px solid #f58f00;
    font-weight: 500;
}
.three_content p{
 font-weight: 500;
}
.three_content p:last-child{
  margin-bottom: 0;
}
.three_icon_box {
    height: 80px;
    width: 80px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 100%;
    background: #006837;
    padding-top: 17px;
}
.three_icon {
    background-size: contain;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
}
.three_box a {
    color: #555555 !important;
    text-decoration: none;
    font-weight: 500;
}
.three_link{
  color: inherit !important;
  text-decoration: none !important;
}
.img_left_right {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 250px;
}
/*Content*/
header.entry-header,
footer.entry-footer{
  display: none;
}
h2.block_title {
    color: #006837;
}
.container_marge{
  height: 80px;
}
body.home .site-content {
    margin-top: -50px;
}
.archive_album_img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    background-position: center;
    margin-bottom: 17px;
}
.btn_back i {
    margin-right: 5px;
    margin-left: 0;
}
.single_photo {
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    margin-bottom: 30px;
    background-position: center;
}
/*Footer*/
.footer_copyright {
    background: #000;
    color: #fff;
    padding: 20px 0;
    max-width: 3000px;
    margin: 0 auto;
    border-top: 3px solid #f58f00;
}
.footer_copyright a {
    color: #fff;
}
/*CSS @media Rules*/
@media (min-width: 1200px){
  .container.container_middle {
      max-width: 1040px;
  }
  header#masthead {
      padding: 0 !important;
  } 
  a.nav-link {
      padding: 20px !important;
  }
  a.nav-link:hover {
      background: #000;
  }
  .container {
      max-width: 1240px;
  }
}
@media (max-width: 1200px){
  .front_box{
    height: 500px;
  }
  ul#menu-hoofdmenu {
      text-align: center;
      margin-top: 10px;
  }
  header#masthead,header#masthead .container {
      padding: 0 !important;
      max-width: 100%;
  }
}
@media (max-width: 991px){
  .front_box{
    height: 350px;
  }
  .col_marge_991{
    margin-bottom: 30px;
  }
  .block_3 h2.block_title {
      margin-top: 20px !important;
  }
}
@media only screen and (min-width: 991px) {
  .footer_copyright a {
      margin-left: 10px;
  }
  .footer_right{
    text-align: right;
  }
  .footer_copyright span{
    margin-left: -15px;
  } 
  p#breadcrumbs{
    margin-left: -15px;
  }
  .title_empty {
      height: 64px;
  }
}