@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
* {
  font-family: "PT Sans", sans-serif; }

html {
  font-size: 62.5%; }

body {
  padding-top: 150px;
  background-color: #eeeeee;
  font-size: 1.6rem; }

h1 {
  color: #7b1518;
  font-weight: bold !important; }

.color2 {
  color: #7b1518; }

.topMargin {
  position: relative;
  margin-top: 25px; }

.banner {
  padding: 2em 0em; }
  .banner.black {
    background-color: #000000;
    color: #fff; }

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.btn-default {
  background-color: #7b1518;
  color: #fff;
  border: none; }
  .btn-default:hover {
    background-color: #540103;
    color: #fff;
    border: none; }

.btn-light {
  background: none;
  border: 2px solid #7b1518; }
  .btn-light, a .btn-light {
    color: #7b1518; }
  .btn-light:hover {
    background-color: #7b1518;
    color: #fff; }

/**
* Navigation
*/
#hamburger {
  border: 0px;
  margin-top: 2em; }
  #hamburger:hover {
    cursor: pointer;
    background: none; }
  #hamburger .stripe {
    width: 32px;
    height: 3px;
    background-color: #232729;
    margin-bottom: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #hamburger.active .stripe.one {
    -webkit-transform: rotate(45deg) translate(1px, 5px);
    -moz-transform: rotate(45deg) translate(1px, 5px);
    -ms-transform: rotate(45deg) translate(1px, 5px);
    transform: rotate(45deg) translate(1px, 5px); }
  #hamburger.active .stripe.two {
    -webkit-transform: rotate(-45deg) translate(0, -4px);
    -moz-transform: rotate(-45deg) translate(0, -4px);
    -ms-transform: rotate(-45deg) translate(0, -4px);
    transform: rotate(-45deg) translate(0, -4px); }
  #hamburger.active .stripe.three {
    opacity: 0; }

.navbar-collapse.collapse.in {
  background-color: #232729;
  width: 100vw; }
  .navbar-collapse.collapse.in li a {
    color: #fff !important; }

/**
* Subnavigation
*/
#subNav {
  margin-bottom: 0px !important;
  height: 50px; }
  #subNav li {
    display: inline-block; }
  #subNav a {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff; }
  #subNav img {
    width: 10px; }
  @media (max-width: 767px) {
    #subNav ul {
      padding-right: 10px; }
    #subNav li {
      margin-left: 10px;
      float: right; } }

/**
* Main navigation
*/
#mainNav {
  margin-top: 50px;
  height: 100px;
  line-height: 100px;
  background-color: #eeeeee;
  border: none; }
  #mainNav ul.nav {
    padding: 25px 0; }
  #mainNav a {
    color: #232729;
    text-transform: uppercase;
    background: none; }
  #mainNav li.active, #mainNav li:hover {
    font-weight: bolder; }
  #mainNav button {
    position: absolute;
    top: 50px -50px;
    left: calc(100vw - 70px);
    width: 70px;
    height: 100px;
    border: none;
    background-color: #7b1518;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    #mainNav button i {
      font-size: 2.5em;
      color: #fff; }

.mt-logo {
  width: 200px;
  position: absolute;
  top: -50px; }
  @media (max-width: 767px) {
    .mt-logo {
      width: 100px;
      top: 0px;
      left: 0; } }

@media only screen and (max-width: 767px) {
  #topNavButton {
    background: none;
    color: #fff;
    border: none; }

  #topNavCollapse {
    margin-top: 90px; } }
/**
* Home
*/
.home-img {
  width: 85vw;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh; }
  @media (max-width: 767px) {
    .home-img {
      width: 100vw; } }

.serviceTxt {
  position: absolute;
  top: 25%;
  right: 0px;
  margin-right: 5vw; }
  .serviceTxt.left {
    right: auto !important;
    left: 0px !important;
    margin-left: 50px; }
  .serviceTxt .serviceTitle {
    background-color: #fff;
    padding: 25px; }
    .serviceTxt .serviceTitle h2 {
      text-transform: uppercase; }
  .serviceTxt .serviceCTA div.plus {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding-top: 12.5px;
    height: 50px;
    background-color: #7b1518;
    color: #fff;
    text-transform: uppercase;
    padding-left: 12.5px;
    padding-right: 12.5px; }
  @media (max-width: 767px) {
    .serviceTxt {
      position: relative;
      width: 100vw; } }

.icon-bar {
  display: block;
  background-color: #fff;
  width: 25px;
  height: 1.5px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .icon-bar.vert {
    margin-top: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 50% 50%; }
    .plus:hover .icon-bar.vert {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      transform: rotate(270deg); }
  .icon-bar.hor {
    margin-top: -2px; }
    .plus:hover .icon-bar.hor {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }

.mt_slick {
  position: relative; }
  .mt_slick .slick-slide {
    min-height: 450px; }
  .mt_slick .mt_bg_img {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
    border-left: 10vw solid transparent; }
  .mt_slick .mt_content {
    position: absolute;
    z-index: 99;
    top: 150px;
    background-color: #fff;
    padding: 25px;
    margin-left: 5vw;
    width: 35vw; }
    .mt_slick .mt_content .leesMeer {
      color: #7b1518;
      text-transform: uppercase;
      text-decoration: underline; }

.mt_actions {
  position: absolute;
  right: 0;
  bottom: 20px; }
  .mt_actions span {
    display: inline-block;
    background-color: #7b1518;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-right: 0px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .mt_actions span i {
      font-size: 2em;
      padding-top: 7px; }
    .mt_actions span:hover {
      background-color: #232729; }

@media (max-width: 767px) {
  .mt_slick img {
    width: 100% !important;
    height: auto;
    float: none; }
  .mt_slick .mt_content {
    position: relative !important;
    top: 0;
    margin-left: 0;
    width: 100%; }

  .mt_actions {
    display: none !important; } }
#wetgeving-links a {
  color: #7b1518; }

#begeleiding,
#vergunning,
#accompagnement,
#autorisation {
  display: block;
  position: relative;
  visibility: hidden;
  top: -webkit-calc($str);
  top: -moz-calc($str);
  top: calc($str); }

.contentContainer {
  background-color: #fff;
  width: 65vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  position: relative;
  padding: 25px; }
  .contentContainer h1 {
    text-transform: uppercase;
    color: #7b1518;
    font-weight: lighter;
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    .contentContainer {
      width: 100vw; } }
  @media (min-width: 768px) {
    .contentContainer {
      padding: 50px; } }

.imageContainer {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 350px; }

.blog-title {
  font-weight: bolder; }
  .blog-title, .blog-title a {
    color: #232729; }

.blog-meta {
  font-size: .7em;
  display: inline-block;
  background-color: #232729;
  padding: 4px 8px;
  color: #fff; }

footer.footer {
  background-color: #232729;
  color: #fff;
  padding: 50px;
  width: 100vw; }
  footer.footer ul {
    list-style: none; }
    @media (max-width: 767px) {
      footer.footer ul {
        margin-left: 0;
        padding-left: 0; } }
  footer.footer a {
    color: #fff; }
    footer.footer a:hover {
      color: #7b1518; }
  footer.footer .mt-logo-footer {
    width: 100%;
    margin-bottom: 10px; }

.contact-form legend {
  color: #fff;
  border: none;
  font-weight: bold;
  text-transform: uppercase; }
.contact-form label {
  margin-top: 1em;
  font-weight: normal; }
.contact-form input[type^="email"], .contact-form input[type^="text"], .contact-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  width: 100%; }
.contact-form .btn-primary {
  background-color: #7b1518;
  border: none; }

/*# sourceMappingURL=custom.css.map */
