@charset "UTF-8";
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.smoothfont {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale; }

.edit {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none; }

BODY {
  margin: 0;
  background-color: #f3f2f2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

HEADER {
  background-color: #f3f2f2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  z-index: 1000;
  transition: height .4s; }

HEADER.small {
  height: 50px; }

HEADER > NAV {
  max-width: 1040px;
  margin: auto;
  padding: 0 10px;
  position: relative; }

HEADER .logo.normaal {
  display: block;
  margin-left: 1%;
  position: absolute;
  padding-top: 14px;
  transition: opacity .4s, height .4s;
  height: 89px; }

HEADER .logo.liggend {
  display: block;
  margin-left: 1%;
  position: absolute;
  padding-top: 3px;
  opacity: 0;
  transition: opacity .6s; }

HEADER.small .logo.normaal {
  opacity: 0;
  height: 50px; }

HEADER.small .logo.liggend {
  opacity: 1;
  transition: opacity .4s; }

NAV > UL {
  display: block;
  position: absolute;
  margin: 0 1% 0 0;
  padding: 0;
  top: 58px;
  right: 10px;
  transition: top .4s, -webkit-transform .4s;
  transition: top .4s, transform .4s; }

.small NAV > UL {
  top: 16px; }

NAV > UL > LI {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.25em; }

NAV > UL > LI > A {
  color: #000;
  display: block;
  text-decoration: none; }

NAV > UL > LI.active > A {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

NAV .nav1 {
  display: none; }

SECTION:first-of-type {
  padding-top: 130px; }

SECTION {
  position: relative; }

DIV.video {
  width: 100%;
  height: 300px;
  height: 56.25vw;
  max-height: calc(100vh - 130px);
  position: relative;
  background-color: #fff; }

DIV.video > IFRAME {
  position: relative;
  display: block;
  border: 0 none;
  margin: auto;
  width: 100%;
  height: 100%; }

DIV.video2 {
  padding-bottom: 42.7%; }

DIV.picture IMG {
  width: 100%;
  display: block; }

SECTION > ARTICLE {
  background-color: #f3f2f2; }

DIV.article {
  background-color: #f3f2f2;
  position:relative;
  max-width: 1040px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0; }

DIV.article2 {
  background-color: #f3f2f2;
  max-width: 1040px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0 290px;
  box-sizing: border-box; }

DIV.article > H2 {
  float: left;
  width: 20%;
  font-size: 50px;
  font-weight: 300;
  color: #dbdada;
  margin: 0;
  position: relative;
  text-align: right;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: 1em;
  box-sizing: border-box; }

DIV.article > H2:after {
  content: '-';
  visibility: hidden; }

DIV.article > DIV {
  float: left;
  width: 40%;
  padding: 20px 0 50px;
  margin-left: 4%;
  padding-left: 4%;
  border-left: 1px solid #cfcccb;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 12px;
  position: relative; }

DIV.article > DIV:last-child {
  width: 30%; }

DIV.article > DIV.wide,
DIV.article > DIV.news {
  width: 80%; }

DIV.article STRONG {
  font-weight: 700; }

SECTION > ARTICLE.projecten {
  background-color: #fff; }

DIV.projecten UL {
  display: block;
  margin: 0;
  padding: 20px 0 30px 1%; }

DIV.projecten LI {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  text-transform: uppercase; }

DIV.projecten LI:after {
  content: '•';
  position: absolute;
  margin-left: 10px; }

DIV.projecten LI:hover {
  cursor: pointer;
  color: #666; }

DIV.projecten LI:last-child:after {
  content: '';
  display: none; }

DIV.projecten LI.active {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

DIV.projecten {
  background-color: #fff;
  max-width: 1040px;
  margin: auto;
  padding: 10px 10px 40px 0;
  margin-bottom: 0px; }

DIV.projecten .items {
  display: block;
  position: relative; }

DIV.projecten .items.hidden {
  display: none; }

DIV.projecten .item {
  width: 23%;
  float: left;
  padding: 1%;
  position: relative; }

DIV.projecten .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px; }

DIV.projecten .item H4,
DIV.projecten .item H3 {
  font-weight: 400;
  font-size: 12px;
  height: 1.5em;
  margin: 0;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

DIV.projecten .item H3 {
  font-weight: 700; }

DIV.projecten .item A {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

DIV.projecten .item A:hover {
  background-color: rgba(0, 0, 0, 0.05); }

DIV.projecten .item:hover .img {
  opacity: 0.7; }

ARTICLE.team {
  background-position: center center;
  background-size: cover; }

DIV.team {
  max-width: 1040px;
  margin: auto;
  padding: 40px; }

DIV.team .item {
  margin: 20px 1%; }

DIV.team .item .picture {
  width: 150px;
  height: 150px;
  position: absolute;
  background-size: cover;
  background-position: center center; }

DIV.team .item .text {
  background-color: rgba(255, 255, 255, 0.9);
  height: 130px;
  padding: 10px;
  max-width: 600px;
  margin-left: 170px; }

DIV.team H3,
DIV.team H4 {
  margin: 0 5px 0 0;
  float: left;
  font-size: 20px;
  font-weight: 600; }

DIV.team H4:before {
  content: '-';
  margin-right: 5px; }

DIV.team P {
  clear: both;
  font-size: 12px;
  margin: 0; }

ARTICLE.news {
  background-position: center center;
  background-size: cover; }

DIV.news {
  max-width: 1040px;
  margin: auto;
  padding: 40px;
}
ARTICLE.detail H1 {
    margin-top:0;
}
ARTICLE.detail H3 {
    margin-top:0;
    font-size:1.1em
}
ARTICLE.detail H1 + H3 {
    margin-top:-0.8em;
}
A.terug {
    color:#000;
    line-height: 1.5em;
    text-decoration: none;
    display:inline-block;
    padding:4px 10px;
    position:absolute;
    right:0px;
    margin-top:20px;
    font-size:12px;
    border:1px solid #ccc;
}
A.leesmeer {
    color:inherit;
    text-decoration: none;
    position:absolute;
    bottom:0;right:0;
    display:block;
    padding:4px 10px;
    border:1px solid #ccc;
}
A.archive {
    margin:25px auto 0;
    width:110px;
    text-align:center;
    position:relative;
    right:auto;
    font-weight:bold;
}
A.terug:before {
    content:'< ';
}
A.leesmeer:after {
    content:' >';
}
A.terug:hover,
A.leesmeer:hover {
    background-color:#ddd;
}

DIV.news .item {
  position: relative;
  margin: 20px 1%;
  min-height: 153px;
}
DIV.news .item:hover > A {
    background-color:rgba(0,0,0,0.05);
}
DIV.news .item:hover .picture {
    opacity: 0.7;
}
DIV.news .item:hover A.leesmeer {
    background-color:#ddd;
}
DIV.news .item > A {
    display:block;top:-7px;left:-10px;right:-10px;bottom:-10px;position:absolute;z-index:1;
}
DIV.news .item .picture {
  width: 266px;
  height: 150px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  margin-top: 3px; }

DIV.news .item .text {
  min-height: 130px;
  padding: 0px;
  max-width: 600px;
  margin-left: 286px; }

DIV.news H3 {
  margin: 0 5px 1em 0;
  font-size: 12px;
  font-weight: 600; }

DIV.news H4 {
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: 600; }

DIV.news H3 + H4 {margin-top: -1em}

DIV.news P {
  clear: both;
  font-size: 12px;
  margin: 0.5em 0 }

IFRAME.contact {
  width: 100%;
  height: 33vw;
  min-height: 300px;
  display: block;
  border: 0 none; }

INPUT#menuicon {
  display: none; }

LABEL.menuicon {
  position: absolute;
  right: 0;
  display: none;
  padding: 11px;
  z-index: 1001;
  cursor: pointer; }

LABEL.menuicon > SPAN {
  display: block;
  margin: 4px 0;
  width: 24px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
  transition: -webkit-transform .4s;
  transition: transform .4s; }

@media screen and (max-width: 850px) {
  DIV.news .item .text {padding-bottom:35px}
  DIV.news H3 {float:none;margin-bottom:0}
  DIV.news H3 + H4 {margin-top:0}
  NAV > UL > LI {
    margin-left: 30px; }
  DIV.projecten .item {
    width: 31.33333%; }
  HEADER .logo.liggend {
    height: 32px; }
  DIV.news .item .picture {
    width: 150px;
    height: 85px; }
  DIV.news .item .text {
    margin-left: 170px; } }

@media screen and (max-width: 720px) {
  NAV > UL > LI {
    margin-left: 20px; }
  HEADER .logo.liggend {
    height: 25px;
    margin-top: 5px; } }

@media screen and (max-width: 650px) {
  DIV.projecten .item {
    width: 48%; }
  DIV.article > H2 {
    font-size: 30px; }
  NAV > UL > LI {
    margin-left: 10px; }
  HEADER .logo.normaal {
    height: 65px; }
  HEADER .logo.liggend {
    height: 20px;
    margin-top: 10px; } }

@media screen and (max-width: 500px) {
  HEADER .logo.liggend {
    height: 25px;
    margin-top: 5px; }
  DIV.article > H2 {
    font-size: 22px; }
  LABEL.menuicon {
    display: block; }
  SECTION {
    transition: -webkit-transform .4s;
    transition: transform .4s; }
  #menuicon:checked ~ SECTION {
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px); }
  #menuicon:checked ~ HEADER .nav0 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    box-shadow: rgba(0, 0, 0, 0.5) 0 4px 4px; }
  SECTION:first-of-type {
    padding-top: 50px; }
  HEADER {
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px; }
  HEADER .logo.normaal {
    opacity: 0;
    height: 50px; }
  HEADER .logo.liggend {
    opacity: 1;
    transition: all .4s; }
  NAV > UL {
    top: 16px; }
  NAV > UL > LI {
    display: block;
    margin: 10px; }
  .nav0 {
    position: fixed;
    top: 50px !important;
    bottom: 0;
    right: 0;
    width: 130px;
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    background-color: #f3f2f2;
    margin: 0; }
  #menuicon:checked ~ HEADER LABEL.menuicon > SPAN:nth-child(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg); }
  #menuicon:checked ~ HEADER LABEL.menuicon > SPAN:nth-child(2) {
    opacity: 0; }
  #menuicon:checked ~ HEADER LABEL.menuicon > SPAN:nth-child(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg); }
  DIV.article {
    display: block; }
  DIV.article > H2 {
    float: left; }
  DIV.article > DIV {
    width: 76%;
    min-height: 130px;
    padding-bottom: 0; }
  .detail DIV.article > DIV {min-height: 160px}
  DIV.article > DIV:last-child {
    width: 76%;
    min-height: 0;
    margin-left: 24%; }
  A.terug {padding:4px 5px}
  DIV.news .item .picture {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 5px; }
  DIV.news .item .text {
    margin-left: 0px; }
  DIV.article > DIV.news {
    margin-left: 4%;
    padding-top: 0; } }

