/* layout / column */
.column.l5 {
  width: 5%;
}
.column.l10 {
  width: 10%;
}
.column.l15 {
  width: 15%;
}
.column.l20 {
  width: 20%;
}
.column.l25 {
  width: 25%;
}
.column.l30 {
  width: 30%;
}
.column.l33 {
  width: 33.33%;
}
.column.l35 {
  width: 35%;
}
.column.l40 {
  width: 40%;
}
.column.l45 {
  width: 45%;
}
.column.l50 {
  width: 50%;
}
.column.l55 {
  width: 55%;
}
.column.l60 {
  width: 60%;
}
.column.l65 {
  width: 65%;
}
.column.l66 {
  width: 66.66%;
}
.column.l70 {
  width: 70%;
}
.column.l75 {
  width: 75%;
}
.column.l80 {
  width: 80%;
}
.column.l85 {
  width: 85%;
}
.column.l90 {
  width: 90%;
}
.column.l95 {
  width: 95%;
}
.column.l100 {
  width: 100%;
}
.column.shide,
.column.mhide,
.column.xlhide {
  display: block;
}
.column.lhide {
  display: none;
}
.shide,
.mhide,
.xlhide {
  display: block;
}
.lhide {
  display: none;
}
.right {
  float: right;
}
#imageheader ul li .text {
  display: block;
  opacity: 1;
}
#home-modules,
#sub-modules {
  padding-top: 40px;
  margin-top: -70px;
}
#home-modules .wrap .custom,
#sub-modules .wrap .custom {
  padding-top: 0;
}
#home-modules .wrap .custom > a,
#sub-modules .wrap .custom > a {
  position: relative;
  padding: 105px 0 45px;
  margin: -40px 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 0;
}
#home-modules .wrap .custom > a:before,
#sub-modules .wrap .custom > a:before {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  width: 150px;
  height: 150px;
  content: '';
  transition: -webkit-transform 0.4s cubic-bezier(0.155, 1.105, 0.295, 1.12);
  transition: transform 0.4s cubic-bezier(0.155, 1.105, 0.295, 1.12);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#home-modules .wrap .custom > a .h3,
#sub-modules .wrap .custom > a .h3 {
  position: absolute;
  top: 160px;
}
#home-modules .wrap .custom > a .detail,
#sub-modules .wrap .custom > a .detail {
  display: block;
}
#home-modules .wrap .custom > a:hover,
#sub-modules .wrap .custom > a:hover {
  text-decoration: none;
  padding-top: 120px;
  padding-bottom: 30px;
}
#home-modules .wrap .custom > a:hover:before,
#sub-modules .wrap .custom > a:hover:before {
  -webkit-transform: translate3d(0, -50px, 0) scale3d(0.5, 0.5, 1);
  transform: translate3d(0, -50px, 0) scale3d(0.5, 0.5, 1);
}
#home-modules .wrap .custom > a:hover .h3,
#sub-modules .wrap .custom > a:hover .h3 {
  -webkit-transform: translate3d(0, -90px, 0);
  transform: translate3d(0, -90px, 0);
}
#home-modules .wrap .custom > a:hover .h3 em,
#sub-modules .wrap .custom > a:hover .h3 em {
  display: none;
}
#home-modules .wrap .custom > a:hover .h3 span,
#sub-modules .wrap .custom > a:hover .h3 span {
  display: inline-block;
}
#home-modules .wrap .custom > a:hover .detail,
#sub-modules .wrap .custom > a:hover .detail {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
#floorad em {
  font-size: 1.85em;
}
@media screen and (min-width: 920px) {
  #imageheader .zoeken {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  body.no-scroll {
    overflow: visible;
  }
  #header nav .wrapper > ul {
    display: block!important;
  }
  #header nav .wrapper > ul.right {
    float: right;
    margin-left: 0;
  }
  #nav-toggle {
    display: none;
  }
  #mobile-menu {
    display: none!important;
  }
}
