@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
body {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  line-height: 28px; }

a {
  color: #333;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #3d9cd6; }

h1, h2, h3, h4, h5, h6 {
  color: #001743;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 25px;
  line-height: 28px; }

h2 {
  font-size: 21px; }
  h2.between {
    margin-bottom: 15px; }

div.text h1, div.text p, div.text h2, div.text h3 {
  margin: 0;
  margin-bottom: 20px; }

div.text > * {
  margin-bottom: 20px; }

div.text > *:first-child {
  margin-top: 0 !important; }

div.text > *:last-child {
  margin-bottom: 0 !important; }

div.text img.size-full {
  max-width: 100%;
  height: auto; }

div.text img {
  max-width: 100%;
  height: auto; }

.btn {
  display: inline-block;
  font-size: 20px;
  padding: 0px 16px;
  text-align: center;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  cursor: pointer; }
  .btn.blue {
    background-color: #001743;
    color: #fff; }
  .btn.lightblue {
    background-color: #3791d3;
    color: #fff; }
  .btn.phone {
    background-image: url("../img/mobile-icon.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-align: left;
    background-size: 30px;
    display: block;
    padding-left: 50px; }
  .btn.email {
    background-image: url("../img/email-icon.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-align: left;
    background-size: 30px;
    display: block;
    padding-left: 50px;
    white-space: nowrap; }
  .btn.orange {
    background: #fc5d00;
    color: #fff; }
  .btn:hover {
    text-decoration: none; }
  .btn.arrow:after {
    content: "\00bb";
    padding-left: 5px; }

#is-mobile {
  display: none; }

#breadcrumbs {
  color: #001743;
  text-align: left;
  font-size: 14x;
  line-height: 20px;
  margin: 10px 0; }
  #breadcrumbs span.breadcrumb_last {
    color: #3d9cd6; }

#content-wrapper.active {
  display: block; }

#mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 100000;
  background: #fff;
  height: 100%;
  display: none; }
  #mobile-menu #close-mobile-menu {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    z-index: 10001;
    background: url("../img/close.png") no-repeat;
    background-size: cover; }
  #mobile-menu span.title {
    display: block;
    height: 53px;
    background: #001743;
    line-height: 53px;
    padding-left: 15px;
    color: #fff;
    font-size: 18px; }
  #mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #mobile-menu ul li {
      height: auto;
      line-height: 34px;
      border-bottom: solid 1px #001743;
      background: url("../img/menu-arrow-right.png") right 17px top 12px;
      background-size: 6px auto;
      background-repeat: no-repeat; }
      #mobile-menu ul li a {
        display: block; }
      #mobile-menu ul li.menu-item-has-children {
        background-image: url("../img/menu-arrow.png");
        background-position: right 15px top 12px;
        background-size: 10px auto; }
      #mobile-menu ul li a {
        padding: 0 15px;
        text-decoration: none;
        font-size: 18px; }
      #mobile-menu ul li ul.sub-menu {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        display: none; }
        #mobile-menu ul li ul.sub-menu > li {
          border-bottom: 0;
          border-top: solid 1px #001743;
          background: url("../img/menu-arrow-right.png") right 17px top 12px;
          background-size: 6px auto;
          background-repeat: no-repeat;
          padding-left: 15px; }
      #mobile-menu ul li.active ul.sub-menu {
        display: block; }

header {
  height: 53px;
  position: relative;
  background: #001743; }
  header .container {
    position: relative;
    height: 100%; }
  header .logo {
    background: url("../img/logo.png") no-repeat;
    background-size: contain;
    width: 196px;
    height: 40px;
    display: block;
    margin: 0 auto;
    top: 15px;
    position: relative;
    position: absolute;
    left: 15px;
    top: 7px;
    z-index: 10001; }
  header #hamburger {
    position: absolute;
    bottom: 11px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url("../img/hamburger.png");
    background-size: contain;
    display: none;
    cursor: pointer;
    z-index: 10001; }
  header nav {
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 53px;
    background: #001743;
    width: auto;
    z-index: 1000; }
    header nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
      font-size: 16px;
      margin-top: 27px;
      margin: 0; }
      header nav ul > li {
        line-height: 53px;
        height: 53px;
        display: inline-block;
        position: relative; }
        header nav ul > li > a {
          color: #c9c9c9;
          text-decoration: none;
          padding: 0 8px; }
          header nav ul > li > a:hover {
            text-decoration: none;
            color: #3d9cd6; }
        header nav ul > li.current_page_item {
          background: url("../img/menuselected.png") bottom center no-repeat; }
        header nav ul > li:hover {
          background: url("../img/menuhover.png") bottom center no-repeat; }
        header nav ul > li > ul {
          position: absolute;
          top: 53px;
          z-index: 100;
          background: #fff;
          text-align: left;
          padding: 8px 0;
          display: none;
          border: solid 1px rgba(0, 23, 67, 0.3);
          border-top: 0;
          box-shadow: 0 0 5px rgba(0, 23, 67, 0.3); }
          header nav ul > li > ul > li {
            display: block;
            height: 22px;
            line-height: 25px;
            white-space: nowrap; }
            header nav ul > li > ul > li a {
              color: #001743; }
            header nav ul > li > ul > li.current_page_item, header nav ul > li > ul > li:hover {
              background: none; }
        header nav ul > li.active > ul {
          display: block; }

#page-contact h1,
#page-contact h2 {
  margin-bottom: 16px; }

#page-contact .information {
  padding-top: 20px;
  padding-bottom: 20px; }

#page-contact a.contact-icon {
  width: 100%;
  display: block;
  padding-top: 80px;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  #page-contact a.contact-icon span {
    background: transparent url("../img/contacticons.png") no-repeat scroll 0 0;
    display: block;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    top: 0;
    width: 80px;
    font-size: 14px; }
    #page-contact a.contact-icon span p {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  #page-contact a.contact-icon.location span {
    background-position: -80px 0; }
  #page-contact a.contact-icon.location:hover span {
    background-position: -80px -80px; }
  #page-contact a.contact-icon.email span {
    background-position: -160px 0; }
  #page-contact a.contact-icon.email:hover span {
    background-position: -160px -80px; }
  #page-contact a.contact-icon.telephone span {
    background-position: 0px 0; }
  #page-contact a.contact-icon.telephone:hover span {
    background-position: 0px -80px; }

#page-contact #map {
  position: relative;
  height: 400px;
  margin-bottom: 50px; }

#extra-content .box {
  padding: 20px 0px 20px; }
  #extra-content .box .title-wrapper {
    display: table;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px; }
    #extra-content .box .title-wrapper h2 {
      font-family: "Ubuntu",sans-serif;
      font-size: 30px;
      line-height: 30px;
      display: table-cell; }
  #extra-content .box div.text {
    text-align: justify; }
  #extra-content .box.contact {
    background: #3d9cd6;
    padding: 20px 20px 20px; }
    #extra-content .box.contact a.phone {
      margin-bottom: 10px; }
    #extra-content .box.contact a.contact {
      float: right;
      text-decoration: none; }

footer {
  text-align: center;
  color: #001743; }
  footer a {
    color: #001743; }
  footer span.spacer {
    background-color: #001743;
    display: block;
    height: 20px;
    margin: 0 auto 20px;
    width: 213px; }
  footer nav {
    margin-bottom: 20px; }
    footer nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer nav ul li {
        display: inline-block;
        margin: 0 10px; }

article.page {
  margin-top: 20px;
  padding-bottom: 50px; }

#default-single h1 {
  font-size: 21px;
  margin-bottom: 10px; }

#default-single img.single-featured-image {
  width: 100%;
  margin-bottom: 16px; }

#default-single div.date {
  color: #001743;
  font-family: "Ubuntu",sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  margin-top: 30px; }
  #default-single div.date span {
    font-size: 48px;
    line-height: 48px; }

#default-archive h1 {
  margin-bottom: 16px; }

#reference-archive {
  margin-top: 0; }
  #reference-archive h1 {
    margin-bottom: 16px; }
  #reference-archive #references-wrapper {
    min-height: calc(100vh - 53px);
    position: relative; }
    #reference-archive #references-wrapper #scroll-references-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 250px;
      height: 100%;
      background: #001743; }
      #reference-archive #references-wrapper #scroll-references-container div.reference {
        height: 100px;
        background: #001743;
        border-top: solid 1px rgba(255, 255, 255, 0.2);
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        margin-top: -1px;
        cursor: pointer; }
        #reference-archive #references-wrapper #scroll-references-container div.reference:hover {
          background: rgba(255, 255, 255, 0.1); }
        #reference-archive #references-wrapper #scroll-references-container div.reference:after {
          position: absolute;
          bottom: -120px;
          right: -50px;
          width: 100px;
          height: 100px;
          background: #fff;
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -webkit-transform: rotate(45deg);
          /* Chrome, Safari, Opera */
          transform: rotate(45deg);
          content: "";
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #reference-archive #references-wrapper #scroll-references-container div.reference.active:after {
          bottom: -90px; }
        #reference-archive #references-wrapper #scroll-references-container div.reference > div {
          padding-left: 20px;
          padding-right: 20px; }
          #reference-archive #references-wrapper #scroll-references-container div.reference > div h2 {
            color: #fff;
            font-weight: 300;
            font-size: 18px;
            line-height: 24px; }
          #reference-archive #references-wrapper #scroll-references-container div.reference > div span.subtitle {
            display: block;
            font-size: 15px;
            color: rgba(255, 255, 255, 0.5);
            font-weight: 300;
            line-height: 18px; }
    #reference-archive #references-wrapper #content-references-container {
      position: absolute;
      width: calc(100% - 250px);
      height: 100%;
      top: 0;
      right: 0;
      overflow: hidden; }
      #reference-archive #references-wrapper #content-references-container div.reference {
        position: relative;
        height: 100%; }
        #reference-archive #references-wrapper #content-references-container div.reference div.image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: left center;
          background-size: cover; }
        #reference-archive #references-wrapper #content-references-container div.reference div.intro {
          position: relative;
          display: flex;
          align-items: center;
          height: 100%;
          width: 100%;
          z-index: 10; }
          #reference-archive #references-wrapper #content-references-container div.reference div.intro div.content {
            width: 400px;
            margin-left: 100px;
            padding: 30px;
            background: rgba(0, 23, 67, 0.6); }
            #reference-archive #references-wrapper #content-references-container div.reference div.intro div.content h2 {
              font-weight: 600;
              color: #fff;
              margin-bottom: 20px; }
            #reference-archive #references-wrapper #content-references-container div.reference div.intro div.content div.text {
              color: #fff;
              font-size: 1.3125em;
              line-height: 1.24;
              font-weight: 200; }
            #reference-archive #references-wrapper #content-references-container div.reference div.intro div.content a.btn {
              float: right;
              margin-top: 20px; }

#referentie-single h2 {
  margin-bottom: 16px; }

#referentie-single div.full-width-image,
#referentie-single div.text-with-image {
  margin-bottom: 50px; }

#referentie-single div.image img {
  width: 100%;
  height: auto; }

#referentie-single div.closure {
  margin-top: 80px;
  position: relative; }
  #referentie-single div.closure div.container {
    position: relative; }
    #referentie-single div.closure div.container:after {
      position: absolute;
      height: 10px;
      width: 250px;
      background: #001743;
      content: "";
      left: 15px;
      top: -30px; }
  #referentie-single div.closure div.address {
    margin-top: 16px; }
    #referentie-single div.closure div.address img {
      float: left;
      width: 80px;
      border-radius: 50%;
      margin-top: -5px;
      margin-right: 15px; }
  #referentie-single div.closure div.next-production {
    background: #3791d3;
    padding: 20px;
    display: flex;
    align-items: center; }
    #referentie-single div.closure div.next-production a {
      color: #fff;
      display: inline-block;
      text-decoration: none;
      font-size: 18px; }
      #referentie-single div.closure div.next-production a:after {
        content: "\00bb";
        padding-left: 5px;
        font-weight: 500; }

body.post-type-archive-referentie {
  overflow: hidden; }

#page-home section {
  margin-bottom: 30px; }

#page-home #rent-wrapper {
  background: #fe8e4f;
  padding: 20px; }
  #page-home #rent-wrapper h2 {
    font-family: "Ubuntu",sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px; }
  #page-home #rent-wrapper div.text {
    text-align: justify;
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px; }
  #page-home #rent-wrapper div.image img {
    max-width: 100%; }

#page-home #news-wrapper .featured-news {
  position: relative; }
  #page-home #news-wrapper .featured-news div.image {
    height: 360px;
    background: no-repeat center center;
    background-size: cover; }
  #page-home #news-wrapper .featured-news h1 a {
    text-decoration: none; }
  #page-home #news-wrapper .featured-news div.text {
    padding: 38px 20px 20px;
    border-left: solid 1px #001743;
    border-bottom: solid 1px #001743;
    height: 390px;
    overflow: hidden;
    position: relative; }
    #page-home #news-wrapper .featured-news div.text:after {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 40px;
      content: "";
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(rgba(255, 255, 255, 0), white);
      /* Standard syntax (must be last) */ }
  #page-home #news-wrapper .featured-news div.categories {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 101; }
    #page-home #news-wrapper .featured-news div.categories a {
      background-color: #001743;
      color: #fff;
      display: inline-block;
      font-family: "Ubuntu",sans-serif;
      font-weight: bold;
      padding: 2px 6px 5px;
      text-decoration: none;
      text-shadow: 1px 1px #000; }
      #page-home #news-wrapper .featured-news div.categories a:hover {
        background-color: #3d9cd6; }

#page-home #news-wrapper .other-news {
  margin-bottom: 30px;
  height: 360px; }
  #page-home #news-wrapper .other-news.last {
    margin-bottom: 0px; }

.archive-item {
  width: 100%;
  padding-bottom: 100%;
  background: #dfdfdf;
  height: 0;
  position: relative;
  margin-bottom: 30px; }
  .archive-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100; }
  .archive-item div.image {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
    .archive-item div.image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: background-color 100ms ease-out;
      -moz-transition: background-color 100ms ease-out;
      -o-transition: background-color 100ms ease-out;
      transition: background-color 100ms ease-out; }
  .archive-item:hover div.image:after {
    background: rgba(0, 0, 0, 0); }
  .archive-item span.timestamp {
    color: #fff;
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    left: 10px;
    padding: 2px 6px 5px;
    position: absolute;
    text-shadow: 1px 1px #000;
    top: 10px;
    z-index: 2; }
  .archive-item div.categories {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 101; }
    .archive-item div.categories a {
      background-color: #001743;
      color: #fff;
      display: inline-block;
      font-family: "Ubuntu",sans-serif;
      font-weight: bold;
      padding: 2px 6px 5px;
      text-decoration: none;
      text-shadow: 1px 1px #000; }
      .archive-item div.categories a:hover {
        background-color: #3d9cd6; }
  .archive-item h3 {
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    font-size: 2em;
    font-weight: bold;
    left: 0px;
    line-height: 28px;
    position: absolute;
    text-shadow: 1px 1px #000;
    bottom: 20px;
    padding: 0 20px;
    z-index: 2; }
  .archive-item.reference-item h3 {
    display: none; }

.clear {
  clear: both; }

#partners {
  margin-bottom: 50px; }
  #partners h3 {
    margin-bottom: 20px; }
  #partners .partner-sites .partner {
    float: left;
    width: 20%;
    height: 150px;
    text-align: center;
    display: table;
    position: relative; }
    #partners .partner-sites .partner .wrapper {
      display: table-cell;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
    #partners .partner-sites .partner a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    #partners .partner-sites .partner.productions {
      background: #001743; }
    #partners .partner-sites .partner.rental {
      background: #fc5d00; }
    #partners .partner-sites .partner.sale {
      background: #66cc9a; }
    #partners .partner-sites .partner.repair {
      background: #2575b1; }
    #partners .partner-sites .partner.used-products {
      background: #f2b479; }
    #partners .partner-sites .partner.alvsupplies {
      background: #ED5545; }
    #partners .partner-sites .partner:hover:after {
      top: 0%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: rgba(255, 255, 255, 0.8);
      border-width: 20px;
      margin-left: -20px; }
    #partners .partner-sites .partner.active:before {
      content: "U bent nu hier";
      position: absolute;
      top: -25px;
      width: 100%;
      height: 20px;
      line-height: 20px; }
    #partners .partner-sites .partner.active:after {
      top: 0%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 20px;
      margin-left: -20px; }
    #partners .partner-sites .partner span {
      line-height: 24px;
      color: #fff;
      font-size: 18px;
      font-weight: 400; }
  #partners .partner-sites:after {
    display: block;
    content: "";
    clear: both; }

.social-media {
  margin-bottom: 20px;
  text-align: center; }
  .social-media ol {
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 0; }
    .social-media ol li {
      margin: 0 5px 0 0;
      display: inline-block; }
      .social-media ol li:last-child {
        margin: 0 !important; }
      .social-media ol li a {
        background: transparent url("../img/socialmedia.png") no-repeat scroll 0 0;
        display: block;
        height: 32px;
        text-indent: -9999px;
        width: 32px; }
        .social-media ol li a.facebook:hover {
          background-position: 0 -32px; }
        .social-media ol li a.twitter {
          background-position: -32px 0; }
          .social-media ol li a.twitter:hover {
            background-position: -32px -32px; }
        .social-media ol li a.linkedin {
          background-position: -64px 0; }
          .social-media ol li a.linkedin:hover {
            background-position: -64px -32px; }
        .social-media ol li a.youtube {
          background-position: -96px 0; }
          .social-media ol li a.youtube:hover {
            background-position: -96px -32px; }
        .social-media ol li a.pinterest {
          background-position: -128px 0; }
          .social-media ol li a.pinterest:hover {
            background-position: -128px -32px; }
        .social-media ol li a.instagram {
          background-position: -160px 0; }
          .social-media ol li a.instagram:hover {
            background-position: -160px -32px; }

#feedbackcompany {
  text-align: center;
  margin-bottom: 30px; }
  #feedbackcompany #fcstars {
    background: transparent url("../img/stars.png") no-repeat scroll 0 -40px;
    height: 40px;
    margin: 0 auto 20px;
    position: relative;
    width: 223px; }
    #feedbackcompany #fcstars span {
      background: transparent url("../img/stars.png") no-repeat scroll 0 0;
      display: block;
      height: 40px;
      left: 0;
      position: absolute;
      text-indent: -9999px;
      top: 0;
      z-index: 3; }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1199px) {
  #page-home #news-wrapper .featured-news div.image {
    height: 293px; }
  #page-home #news-wrapper .featured-news div.text {
    height: 323px; }
  #page-home #news-wrapper .other-news {
    height: 293px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  header nav {
    height: 53px; }
    header nav ul {
      display: none; }
  header #hamburger {
    display: block; }
  #mobile-menu.active {
    display: block; }
  #content-wrapper.active {
    display: none; }
  #page-home #news-wrapper .featured-news {
    margin-bottom: 30px; }
    #page-home #news-wrapper .featured-news div.text {
      height: auto; }
  #page-home #news-wrapper .other-news {
    height: auto; }
    #page-home #news-wrapper .other-news:after {
      display: none; }
  #extra-content .box {
    padding: 0; }
    #extra-content .box.contact {
      margin-bottom: 30px;
      padding-top: 20px; }
  #partners .partner-sites .partner {
    height: 100px; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #is-mobile {
    display: block; }
  header nav {
    height: 53px; }
    header nav ul {
      display: none; }
  header #hamburger {
    display: block; }
  #mobile-menu.active {
    display: block; }
  #content-wrapper.active {
    display: none; }
  #page-home {
    padding-bottom: 0; }
    #page-home #news-wrapper .featured-news {
      margin-bottom: 30px; }
      #page-home #news-wrapper .featured-news div.text {
        height: auto; }
    #page-home #news-wrapper .other-news {
      height: auto; }
      #page-home #news-wrapper .other-news:after {
        display: none; }
    #page-home #rent-wrapper {
      margin-left: -16px;
      width: calc(100% + 32px);
      overflow: hidden; }
      #page-home #rent-wrapper div.text {
        -webkit-columns: unset;
        /* Chrome, Safari, Opera */
        -moz-columns: unset;
        /* Firefox */
        columns: unset; }
  #default-single {
    margin-top: 0; }
    #default-single div.date {
      margin-bottom: 20px;
      color: #001743;
      font-family: "Ubuntu",sans-serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 24px;
      text-align: right;
      margin-top: 10px; }
      #default-single div.date span {
        font-size: 28px;
        line-height: 28px; }
  #extra-content .box {
    padding: 0;
    margin-bottom: 30px; }
  #partners .partner-sites .partner {
    width: 100%; }
    #partners .partner-sites .partner.active:before {
      display: none; }
  #reference-archive #references-wrapper #content-references-container {
    display: none; }
  #reference-archive #references-wrapper #scroll-references-container {
    width: 100%; }
    #reference-archive #references-wrapper #scroll-references-container .reference:after {
      display: none; }
  #referentie-single div.closure div.next-production {
    margin-top: 20px; }
  #referentie-single div.image {
    margin-top: 20px; }
  #referentie-single div.full-width-image,
  #referentie-single div.text-with-image {
    margin-bottom: 30px; } }

/* Landscape phones and down */
