@charset "utf-8";
body {
  behavior: url("/application/themes/theme_peterdewit/css/csshover3.htc");
}
/******************************sidebar nav***********************************/
ul#sidenav,
ul#sidenav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#sidenav {
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid #73ab50;
  border-right: 2px solid #73ab50;
  padding: 0 20px 10px 20px;
  background: #fff;
}
ul#sidenav li {
  margin-bottom: 5px;
  margin-left: 0;
}
ul#sidenav li a {
  display: block;
  padding: 8px 12px;
  background: #fff;
  text-decoration: none;
  margin: 0 0 10px 0;
  line-height: 18px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
ul#sidenav li ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
ul#sidenav li li a {
  font-size: 14px;
  margin-bottom: 5px;
}
ul#sidenav li a:hover {
  border: 1px solid #73ab50;
}
ul#sidenav li a.nav-path-selected {
  color: #fff;
  background: #73ab50;
  border: 1px solid #73ab50;
}
ul#sidenav li a.nav-selected {
  border: 1px solid #73ab50;
}
ul#sidenav li a.parenttitle {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  border: 0;
  padding: 15px 0 5px 0;
  margin-bottom: 10px;
  background: none;
  color: #000;
}
ul#sidenav li.parenttitle {
  background: none;
  margin-left: 0;
}
#footwrap ul#sidenav,
#footwrap ul#sidenav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footwrap ul#sidenav {
  text-align: center;
  background: none;
  border: 0;
}
#footwrap ul#sidenav li {
  margin-bottom: 5px;
  margin-left: 0;
}
#footwrap ul#sidenav li a {
  display: block;
  padding: 5px 12px;
  background: #efefef;
  margin: 0 0 10px 0;
  line-height: 24px;
  color: #000;
  border: 1px #bbb solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
}
.ftaside ul#sidenav {
  margin: 0;
}
.ftaside #aside {
  padding: 25px 0;
}
#footwrap ul#sidenav li ul {
  padding: 0;
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
#footwrap ul#sidenav li li a {
  font-size: 14px;
  margin-bottom: 5px;
}
#footwrap ul#sidenav li a:hover {
  background: #efefef;
  color: #000;
}
#footwrap ul#sidenav li a.nav-path-selected {
  color: #fff;
  background: #666;
  border: 1px #666 solid;
}
#footwrap ul#sidenav li a.nav-selected {
  color: #fff;
  background: #4374ac;
  border: 1px #4374ac solid;
}
#footwrap ul#sidenav li a.parenttitle {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  border: 0;
  padding: 15px 0 5px 0;
  margin-bottom: 10px;
  background: none;
  color: #fff;
}
#footwrap ul#sidenav li.parenttitle {
  background: none;
  margin-left: 0;
}
/******************************main nav***********************************/
#navwrap {
  vertical-align: middle;
}
.teasernav,
#cssmenu {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 250px) {
  #navwrap {
    text-align: right;
  }
  .teasernav {
    display: none;
  }
  #cssmenu ul {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
    background: #000;
    overflow-y: auto;
  }
  #cssmenu ul ul {
    position: relative !important;
    width: 100%;
    height: auto;
    overflow: inherit;
  }
}
@media screen and (max-width: 1140px) {
  #cssmenu > ul > li > a {
    font-size: 17px;
    font-weight: 800;
  }
  #cssmenu > ul > li:nth-last-child(1),
  #cssmenu > ul > li:nth-last-child(2) {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin: 5px auto;
  }
  #cssmenu > ul > li:nth-last-child(1):hover,
  #cssmenu > ul > li:nth-last-child(2):hover {
    background: none;
  }
  #cssmenu > ul > li:nth-last-child(1) > a,
  #cssmenu > ul > li:nth-last-child(2) > a {
    background: none;
    border: 2px solid #d59448;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
  }
  #cssmenu > ul > li:nth-last-child(1) > a:hover,
  #cssmenu > ul > li:nth-last-child(2) > a:hover,
  #cssmenu > ul > li:nth-last-child(1) > a.nav-selected,
  #cssmenu > ul > li:nth-last-child(2) > a.nav-selected {
    border: #d59448 2px solid;
    background: #d59448;
    color: #fff;
  }
}
@media screen and (min-width: 1140px) {
  #navwrap {
    text-align: right;
  }
  .teasernav {
    display: inline-block;
  }
  #cssmenu ul {
    position: absolute !important;
    top: 75px !important;
    left: inherit;
    right: 0;
    width: 300px;
    height: auto;
    margin: 0;
    padding: 0;
    background: #000;
    overflow-y: inherit;
  }
  #cssmenu ul ul {
    position: relative !important;
    top: inherit !important;
  }
  #cssmenu > ul > li:nth-last-child(1) {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin: 2px auto;
  }
  #cssmenu > ul > li:first-child {
    margin-top: 15px;
  }
  #cssmenu > ul > li:nth-last-child(1) {
    margin-bottom: 15px;
  }
  #cssmenu > ul > li:nth-last-child(1):hover {
    background: none;
  }
  #cssmenu > ul > li:nth-last-child(1) > a {
    background: none;
    border: 2px solid #d59448;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
  }
  #cssmenu > ul > li:nth-last-child(1) > a:hover,
  #cssmenu > ul > li:nth-last-child(1) > a.nav-selected {
    border: #d59448 2px solid;
    background: #d59448;
    color: #fff;
  }
  .teasernav ul.teasenav a,
  .teasernav ul.teasenav li:last-child a {
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
  }
  .teasernav ul.teasenav a {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
  }
}
nav {
  position: relative;
  width: 100%;
}
.teasernav ul.teasenav,
.teasernav ul.teasenav li {
  transition: all ease-in-out 0.25s;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: middle;
}
.teasernav ul.teasenav a {
  transition: all ease-in-out 0.25s;
  display: block;
  color: #111;
  font-weight: normal;
  text-decoration: none;
}
.teasernav ul.teasenav a:hover {
  color: #989898;
}
.teasernav ul.teasenav a.nav-selected,
.teasernav ul.teasenav a.nav-path-selected {
  color: #1c3d82;
  font-weight: bold;
}
.teasernav ul.teasenav li:last-child a {
  background: #1c3d82;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: unset;
  text-decoration: none;
  letter-spacing: normal;
  position: relative;
  z-index: 1;
  text-transform: none;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
}
.teasernav ul.teasenav li:last-child a::before {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.teasernav ul.teasenav li:last-child a:hover::before {
  opacity: 0.5;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#cssmenu ul li {
  transition: all 0.15s ease-in-out;
  width: 90%;
  margin: 2px auto;
  background: #000;
}
#cssmenu ul li:hover {
  background: #666;
}
#cssmenu > ul > li:hover > a {
  background: none;
  color: #fff;
  display: block;
  transition: all 0.15s ease-in-out;
}
#cssmenu ul ul li,
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul li a,
#cssmenu ul ul li a {
  width: 100%;
  border-bottom: 0;
  color: #333;
  text-decoration: none;
}
#cssmenu ul li a.nav-selected,
#cssmenu ul li a.nav-path-selected,
#cssmenu ul ul li a.nav-selected:hover {
  color: #fff;
  font-weight: bold;
  background: #1c3d82;
  border-bottom: 0;
  padding: 16px 55px 16px 20px;
}
#cssmenu > ul > li {
  float: none;
  text-align: left;
}
#cssmenu > ul > li > a {
  display: block;
  font-size: 16px;
  padding: 15px 55px 15px 20px;
  font-weight: 400;
  color: #fff;
}
#cssmenu > ul > li > ul > li a {
  display: block;
  font-size: 16px;
  padding: 15px 55px 15px 20px;
  font-weight: 400;
  color: #fff;
}
#cssmenu ul li a.nav-selected,
#cssmenu ul li.nav-path-selected a.nav-selected {
  font-weight: 700;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 55px;
}
#cssmenu ul ul,
#cssmenu ul ul li {
  background: #004851 !important;
  color: #fff;
}
#cssmenu ul ul li:hover {
  background: #888 !important;
}
#cssmenu ul ul ul li a {
  padding-left: 35px;
  font-size: 13px;
  font-weight: 400;
}
#cssmenu ul ul li a {
  color: #fff;
  background: none;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #fff;
}
#cssmenu ul ul,
#cssmenu ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu > ul > li.has-sub > a:after,
#cssmenu > ul > li.has-sub > a:before,
#cssmenu ul ul > li.has-sub > a:after,
#cssmenu ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu #head-phone,
#cssmenu #head-mobile {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 30px 45px 30px;
  margin-right: 3px;
  color: #444;
  height: auto;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
}
#cssmenu #head-phone {
  padding: 20px 30px 45px 30px;
  z-index: 1;
}
#cssmenu #head-phone a {
  width: 40px;
  height: 64px;
  display: block;
  background: url(/application/themes/theme_peterdewit/images/ph-org.png) center center no-repeat;
  background-size: 40px;
}
#cssmenu #head-phone a:hover {
  background: url(/application/themes/theme_peterdewit/images/ph-wht.png) #e77a29 center center no-repeat;
  background-size: 40px;
}
.fixed-header #cssmenu #head-phone a {
  background: url(/application/themes/theme_peterdewit/images/ph-wht.png) center center no-repeat;
  background-size: 40px;
}
#cssmenu .button,
#cssmenu #head-phone a {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  z-index: 12399994;
  transition: all ease-in-out 0.3s;
  /*background: rgba(230,230,230,0.75);*/
}
#cssmenu .button:after {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 23px;
  right: 13px;
  display: block;
  height: 3px;
  width: 23px;
  border-top: 4px solid #1c3d82;
  border-bottom: 4px solid #1c3d82;
  content: '';
}
#cssmenu .button:before {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 16px;
  right: 13px;
  display: block;
  height: 4px;
  width: 23px;
  background: #1c3d82;
  content: '';
}
#cssmenu .button:hover,
#cssmenu .button.menu-opened {
  background: #1c3d82;
  color: #fff;
}
#cssmenu .button:hover:before {
  background: #fff;
}
#cssmenu .button:hover:after {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#cssmenu .button.menu-opened:after {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  top: 24px;
  border: 0;
  height: 4px;
  width: 20px;
  right: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu .button.menu-opened:before {
  top: 24px;
  background: #fff;
  width: 20px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  background: rgba(255, 255, 255, 0.25);
  height: 45px;
  width: 45px;
  cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
  background: #ebf0f3;
}
#cssmenu ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333f48;
  content: '';
}
#cssmenu ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
  background: #333f48;
}
#cssmenu .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333f48;
  content: '';
}
#cssmenu ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu ul ul ul li.active a {
  border-left: none;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: none;
}
