@charset "utf-8";
/* CSS Document */
/* header */
.sticky {
  width: 100%;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.35);
  z-index: 999; }
  .sticky#header-wrap .logo a img {
        width: 90px;
    margin-left: 40px;
    height: auto; }
  .sticky#header-wrap .top-block {
   
       float: left; }
    .sticky#header-wrap .top-block .media {
      display: none; }
  .sticky#header-wrap .nav-block {
    width: auto;
    padding-right: 0px; }
    .sticky#header-wrap .nav-block a.phone {
      font-size: 0px; }
    .sticky#header-wrap .nav-block:after {
      content: '';
      position: absolute;
      left: 60%;
      height: 67px;
      width: 40%;
      /*background-color: #000;*/
      z-index: -1; }

.sticky#header-wrap .nav-block  {    margin: 0 auto;  height: 65px;  /*background-color:#000;*/ }
.sticky#header-wrap {}
.sticky#header-wrap .nav-block > ul > li.mx_current > a {
       line-height: 62px;
    
    color: #000;
    background-color:transparent;
	
  
}
.sticky#header-wrap .nav-block > ul li a {
     
}

.mx_logged_in #header-wrap {
  top: 51px; }

body:not(.fullwidth) #header-wrap {
  max-width: 100%; }

#header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
      background: rgba(255,255,255,0.9);
  /* nav block */ }
  #header-wrap .top-block {
    padding: 10px 0 0;
    width: 100%;
    /*overflow: hidden;*/
     }
    #header-wrap .top-block .logo {
      float: left;
      padding-bottom: 0px;
    padding-top: 0px;}
      #header-wrap .top-block .logo a {
        display: block; }
      #header-wrap .top-block .logo img {
       width: 90px;
    margin-left: 40px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

  #header-wrap .nav-block {
    padding: 0 2%;
    width: 96%;
    height: 96px;
     max-width: 1200px;
    margin: 0 auto; }
    #header-wrap .nav-block > ul {
      float: left;
      list-style: none; }
      #header-wrap .nav-block > ul li {
        float: left;
        position: relative; }
        #header-wrap .nav-block > ul li a {
          padding: 0 20px;
          font-family: "Roboto", sans-serif;
          line-height: 64px;
          border-bottom: 3px solid transparent;
          color: #000;
         text-decoration: none;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transform: translateZ(0px);

}
        #header-wrap .nav-block > ul li ul {
          display: none;
          padding-bottom: 2px;
          width: 219px;
          position: absolute;
          top: 67px;
          left: 0px;
          background-color: #000; }
          #header-wrap .nav-block > ul li ul li {
            padding: 0;
            width: 100%;
            list-style: none; }
            #header-wrap .nav-block > ul li ul li.mx_parent a {
              background: #009fe3 url("../images/arrow.png") 98% center no-repeat; }
            #header-wrap .nav-block > ul li ul li.mx_parent li a {
              background: none; }
            #header-wrap .nav-block > ul li ul li:hover a, #header-wrap .nav-block > ul li ul li.mx_current a {
              background:#009fe3; color: #000;}
            #header-wrap .nav-block > ul li ul li a {
              padding: 0 19px;
              font-family: "Roboto", sans-serif;
              font-size: 16px;
              line-height: 31px;
              font-weight: normal;
              color: #000;
              border-bottom: 1px solid #fff; }
            #header-wrap .nav-block > ul li ul li:last-child a {
              border-bottom: 0; }
            #header-wrap .nav-block > ul li ul li ul {
              position: absolute;
              top: 0;
              left: 100%;
              background-color: inherit; }
              #header-wrap .nav-block > ul li ul li ul li {
                margin-left: 3px;
                background-color: #000; }
                #header-wrap .nav-block > ul li ul li ul li:hover ul {
                  display: block; }
        #header-wrap .nav-block > ul li:hover ul {
          display: block; }
        #header-wrap .nav-block > ul li:hover li ul {
          display: none; }
        #header-wrap .nav-block > ul li li.mx_parent:hover ul {
          display: block; }
          #header-wrap .nav-block > ul li li.mx_parent:hover ul li a {
            background: #009fe3; }
          #header-wrap .nav-block > ul li li.mx_parent:hover ul li:hover a, #header-wrap .nav-block > ul li li.mx_parent:hover ul li.mx_current a {
            background: #fff; }
        #header-wrap .nav-block > ul li li.mx_parent:hover a {
          background:#009fe3 url("../images/arrow_hover1.png") 96.3% center no-repeat; }
        #header-wrap .nav-block > ul li:hover > a {
          color:#009fe3; }
      #header-wrap .nav-block > ul > li.mx_current > a {
        padding: 0;
        margin: 0 8px;
        line-height: 64px;
        border-bottom: 3px solid #009fe3;
        /*background-color: #000;*/
text-decoration: none;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transform: translateZ(0px);


}
    #header-wrap .nav-block a.phone {
      padding-left: 65px;
      float: right;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 67px;
      font-weight: normal;
      color: #000;
      text-decoration: none;
      letter-spacing: 0.4px;
      border-left: 2px solid #fff;
      position: relative;
	display:none;
}
      #header-wrap .nav-block a.phone:before {
        width: 29px;
        height: 26px;
        display: block;
        position: absolute;
        top: 21px;
        left: 21px;
        content: "";
        background: url("../images/phone_icon.png") left center no-repeat; }
      #header-wrap .nav-block a.phone:hover {
        opacity: 0.7; }
  #header-wrap .menuicon {
    display: none; }

html.mm-opening .mm-slideout {
    transform: translate3d(256px, 0px, 0px) !important;
    -webkit-transform: translate3d(256px, 0px, 0px) !important;
}

/* content */
#content-wrap {
  /* overflow: hidden;*/
  width: 100%; }
  #content-wrap a {
    color: #009fe3; }
    #content-wrap a:hover {
      color:#009fe3; }

/* center */
#center-wrap {
  width: 100%;
  overflow: hidden; }
.mx_buttons {
  display: inline-block;
  position: relative; }

.footer-ovk {
  float: left;
  color: #cccccc;
  font-size: 10px;
  text-align: center;
  width: 100%;
  padding-top: 20px; }

.footer-ovk a {
  color: #cccccc;
  text-decoration: none; }

.footer-ovk a:hover {
  color: #009fe3;
  text-decoration: underline; }





.knop a {
   padding: 14px 20px;
    height: auto;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    color: #000;
    border: 2px solid #000;
    background: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	display: inline-block;
	
}
.knop a:hover{
        color: #000;
    border: 2px solid #000;
    background-color: transparent;
}
.knop a {text-decoration:none; color:#fff;}



.offerte_aanvragen a:hover {
  padding: 0 15px;
  height: 40px;
  font-size: 18px;
  line-height: 38px;
  border: 1px solid #000;
  background-color: #000;
  color: #000 !important;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 250px;
  opacity: 0.7; }

.offerte_aanvragen a {
  padding: 0 15px;
  height: 40px;
  font-size: 18px;
  line-height: 38px;
  border: 1px solid #000;
  background-color: #000;
  color: #000 !important;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 250px; }


/* BackToTop button css */
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background:#009fe3 url(../images/top.png) no-repeat;
  border-radius: 8px;
  background-size: 50px;
  display: none; }


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1220px) {
  #header-wrap .nav-block a.phone {
    font-size: 0; }

  
  .centering {
    width: auto;
    padding: 0 10px; }

  #header-wrap .nav-block ul li a {
    padding: 0 9px; }

  #banner-wrap .banner-block ul.slides li .text {
    left: 50px;
    margin-left: 0px; }

  #banner-wrap .banner-block a.flex-next {
    right: 10px; }

  #banner-wrap .banner-block a.flex-prev {
    left: 10px; }

  

}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 995px) {
  
  #header-wrap .nav-block ul li a {
    padding: 0 8px; }

  #header-wrap .nav-block a.phone {
    font-size: 0; }

  
  #header-wrap .nav-block a.phone {
    padding-left: 35px;
    display: none; }

  

   }
@media only screen and (max-width: 972px) {
  
  #header-wrap .nav-block {
    display: none; }

  #header-wrap.sticky .top-block .media {
    display: none; }

  #header-wrap.sticky .nav-block {
    display: none; }

  .centering {
    width: auto;
    padding: 0 15px; }

  #header-wrap .top-block .media .offer {
    display: none; }

  .nav-block {
    display: none; }

  #header-wrap .top-block .logo {
    float: none;
    width: 140px; }

  #header-wrap .top-block .logo img {
        height: auto; }

  #header-wrap .top-block .media {
    margin-top: 10px;
    float: none;
    width: auto; }

  #header-wrap .top-block .media .search input[type="text"] {
    width: calc(100% - 36px); }

  #header-wrap .top-block .media ul {
    float: none;
    text-align: center; }

  #header-wrap .top-block .media ul li {
    display: inline-block;
    float: none;
    margin: 0 8px; }

  #header-wrap .top-block .media .search {
    float: none;
    width: 290px;
    margin: auto; }

  

 

  .menuicon {
    display: block !important;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer; }

  .menuicon:hover {
    opacity: .8; }

  .mobileHeader.sticky {
    background: #fff;
    padding-bottom: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 10px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6); }

  .mobileHeader.sticky .menuicon {
    top: 27px; }



  .green-bar .centering {
    padding: 0px; }

  .nav-block.mm-menu {
    max-width: 257px;
    background-color: #fff; }
    .nav-block.mm-menu .mm-panels {
      background-color: #fff;
      overflow: visible;
      top: 92px; }
      .nav-block.mm-menu .mm-panels #mm-1.mm-panel.mm-hasnavbar {
        /*                            padding-top: 0px;*/ }
      .nav-block.mm-menu .mm-panels #mm-1 .mm-navbar {
        /*                        display: none;*/ }
      .nav-block.mm-menu .mm-panels .mm-navbar {
        height: 42px; }
      .nav-block.mm-menu .mm-panels .mobile-demo {
        padding: 20px 5%;
        position: absolute;
        left: 0;
        top: -92px;
        z-index: 999;
        width: 100%;
        background-color:#009fe3; }
        .nav-block.mm-menu .mm-panels .mobile-demo a {
          margin-right: 7px;
          width: 52px;
          height: 52px;
          display: inline-block; }
          .nav-block.mm-menu .mm-panels .mobile-demo a img {
            width: 100%; }
          .nav-block.mm-menu .mm-panels .mobile-demo a:hover {
            opacity: 0.7; }
      .nav-block.mm-menu .mm-panels .mm-navbar {
        border-bottom-color: #000; }
        .nav-block.mm-menu .mm-panels .mm-navbar a.mm-title {
          color: #000;
          font-size: 17px;
          text-transform: uppercase; }
        .nav-block.mm-menu .mm-panels .mm-navbar .mm-btn.mm-prev {
          background: url("../images/back.png") no-repeat center center; }
          .nav-block.mm-menu .mm-panels .mm-navbar .mm-btn.mm-prev:before {
            content: none; }
    .nav-block.mm-menu ul.mm-listview {
      width: 236px; }
    .nav-block.mm-menu ul .mm-next + a {
      margin-right: 0; }
    .nav-block.mm-menu ul li {
      margin: 0 -20px; }
      .nav-block.mm-menu ul li:after {
        border-bottom-color: #000; }
      .nav-block.mm-menu ul li a {
        padding: 10px 35px;
        color: #000;
        font-size: 17px; }
        .nav-block.mm-menu ul li a:hover {
          background-color: #009fe3;    color: #fff; }
        .nav-block.mm-menu ul li a.arrow {
          position: relative; }
          .nav-block.mm-menu ul li a.arrow:hover:before {
            content: '';
            width: 10px;
            height: 17px;
            position: absolute;
            right: 14px;
            top: 11px;
            background: url("../images/arrow_hover1.png") no-repeat; }
          .nav-block.mm-menu ul li a.arrow:before {
            content: '';
            width: 10px;
            height: 17px;
            position: absolute;
            right: 14px;
            top: 11px;
            background: url("../images/arrow.png") no-repeat; }

  .mm-slideout {
    position: relative; }
    .mm-slideout:after {
      position: absolute;
      content: '';
      left: -64px;
      top: 20px;
      width: 52px;
      height: 52px;
      z-index: 99999;
      display: block;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      cursor: pointer;
      background: url("../images/menu_icon4.jpg") no-repeat left top; }

  /*mobile menu*/
  html.mm-opening .mm-slideout {
    transform: translate3d(256px, 0px, 0px);
    -webkit-transform: translate3d(256px, 0px, 0px); }

  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
    background: #009fe3; }

  .mm-menu .mm-listview > li.mm-selected > a.arrow:before {
    background: url("../images/arrow_hover1.png"); }

  .mm-menu .mm-listview > li.mm-selected > span {
    background: url("../images/arrow.png") no-repeat 96% center; }

  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):hover, .mm-menu .mm-listview > li.mm-selected > span {
    background: #009fe3 url("../images/arrow.png") no-repeat 96% center; } }
@media only screen and (max-width: 736px) {
 }
@media only screen and (max-width: 420px) {
  
}
html.mm-blocking #mm-blocker {
  background-color: rgba(18, 27, 46, 0.7); }

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

 

