@font-face {
  font-family: 'Roboto Mono';
  src: url('/assets/fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 300 500 700;
  font-style: normal;
  font-display: swap;
}
/* grid */
.row {
  /*.col-01 {width:  5.83333333%;}*/
  /*.col-02 {width: 14.16666666%;}*/
  /*.col-03 {width: 22.49999999%;}*/
  /*.col-04 {width: 30.83333333%;}*/
  /*.col-05 {width: 39.16666666%;}*/
  /*.col-06 {width: 47.49999999%;}*/
  /*.col-07 {width: 55.83333333%;}*/
  /*.col-08 {width: 64.16666666%;}*/
  /*.col-09 {width: 72.49999999%;}*/
  /*.col-10 {width: 80.83333333%;}*/
  /*.col-11 {width: 89.16666666%;}*/
  /*.col-12 {width: 97.49999999%;}*/
}
.row .col-01,
.row .col-02,
.row .col-03,
.row .col-04,
.row .col-05,
.row .col-06,
.row .col-07,
.row .col-08,
.row .col-09,
.row .col-10,
.row .col-11,
.row .col-12 {
  display: block;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .col-01 {
  width: 8.33333333%;
}
.row .col-02 {
  width: 16.6666667%;
}
.row .col-03 {
  width: 25%;
}
.row .col-04 {
  width: 33.33333333%;
}
.row .col-05 {
  width: 41.6666667%;
}
.row .col-06 {
  width: 50%;
}
.row .col-07 {
  width: 58.33333333%;
}
.row .col-08 {
  width: 66.66666666%;
}
.row .col-09 {
  width: 75%;
}
.row .col-10 {
  width: 83.33333333%;
}
.row .col-11 {
  width: 91.6666666%;
}
.row .col-12 {
  width: 100%;
}
.row.row--ng {
  max-width: none;
}
.row.row--ng .col-01,
.row.row--ng .col-02,
.row.row--ng .col-03,
.row.row--ng .col-04,
.row.row--ng .col-05,
.row.row--ng .col-06,
.row.row--ng .col-07,
.row.row--ng .col-08,
.row.row--ng .col-09,
.row.row--ng .col-10,
.row.row--ng .col-11,
.row.row--ng .col-12 {
  padding: 0;
}
.show-mobile,
#masthead #main-navigation .show-mobile {
  display: none;
}
.hide-mobile {
  display: inline-block !important;
}
.main-content .alignright {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  float: right;
}
.main-content .alignleft {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
h1 {
  font-size: 26px;
}
h1.page-title {
  font-size: 32px;
}
.content--page .main-content h1,
.content--page .main-content h2,
.content--page .main-content h3,
.content--page .main-content h4,
.content--page .main-content h5 {
  margin-top: 40px;
}
.content--page .main-content h1.page-title,
.content--page .main-content h2.page-title,
.content--page .main-content h3.page-title,
.content--page .main-content h4.page-title,
.content--page .main-content h5.page-title {
  margin-top: 11px;
}
/* Header
-------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #masthead > .row > .col-12 {
    padding: 0;
  }
}
/* Cover
-------------------------------------------------------------------------------*/
.cover--pages {
  min-height: 300px;
}
.gallery-cell {
  min-height: 650px;
}
.gallery-cell .gallery-cell-content {
  align-items: flex-start;
  padding: 125px 15px 95px 25px;
  padding-right: 35%;
}
.gallery-cell .gallery-cell-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
  letter-spacing: -3px;
  text-align: left;
}
.gallery-cell .gallery-cell-content p {
  font-size: 22px;
  max-width: 100%;
  text-align: left;
  margin: 0 0 35px 0;
}
.wrapper-button-offerte {
  top: 100px;
}
/* Contact info (under side menu)
-------------------------------------------------------------------------------*/
.contact-info {
  margin-top: 50px;
  display: block;
  position: relative;
  padding-bottom: 0px;
  padding-left: 2px;
  color: #999;
}
.contact-info a {
  text-decoration: none;
  color: #999;
}
.contact-info a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sub menu
-------------------------------------------------------------------------------*/
/* Content
-------------------------------------------------------------------------------*/
/* Content pages */
.wrapper-main-content {
  padding: 40px 15px;
}
/* Breadcrumb block */
.wrapper-block--breadcrumb {
  padding: 10px 25px 0 25px;
}
/* SETTING PADDING ON ALL BLOCKS */
/* Blocks home */
.wrapper-block--content {
  padding: 70px 25px;
}
.wrapper-block--home {
  padding: 85px 25px 0 25px;
}
.wrapper-block--home:last-child {
  padding: 85px 15px;
}
/* Square blocks (2 next to each other)
-------------------------------------------------------------------------------*/
.style--square-blocks {
  display: flex;
}
.style--square-blocks.square-blocks--reverse {
  flex-direction: row-reverse;
}
/* Block services (home)
-------------------------------------------------------------------------------*/
/* Block AUDIENCES (home)
-------------------------------------------------------------------------------*/
.wrapper-audiences {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
}
.wrapper-audiences .block__content {
  margin-bottom: 0;
  width: 33.3333%;
}
/* Block USPs (home)
-------------------------------------------------------------------------------*/
.wrapper-usps {
  display: flex;
  flex-direction: row;
  max-width: unset;
}
.wrapper-usps .block__content {
  margin-bottom: 0;
  width: 33.3333%;
  background: linear-gradient(90deg, #11223d 0%, #192946 100%);
}
/* Block SECURITY (home)
-------------------------------------------------------------------------------*/
.wrapper-block--security .block__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.wrapper-block--security .security__content,
.wrapper-block--security .security__image {
  width: 50%;
}
.wrapper-block--security .security__content {
  text-align: left;
  padding-left: 30px;
}
.wrapper-block--security .security__image {
  text-align: right;
  padding-right: 30px;
  margin: 0;
}
.wrapper-block--security .security__image img {
  margin-top: 0;
  max-width: 325px;
  display: block;
  float: right;
}
/* Block HOW & REQUEST (home)
-------------------------------------------------------------------------------*/
.wrapper-block--how .block__content,
.wrapper-block--request-quote .block__content {
  padding: 70px 25px;
}
/* References slider
-------------------------------------------------------------------------------*/
.wrapper-block--references {
  padding: 110px 25px;
}
.cover--references .gallery {
  margin-top: 35px;
}
.cover--references .gallery .gallery-cell {
  padding: 0 30px;
  width: 25%;
}
/* Request quote footer block (pages)
-------------------------------------------------------------------------------*/
.wrapper-block--request-quote-footer {
  padding: 70px 15px;
}
/* Archives block
-------------------------------------------------------------------------------*/
.main-content--archives figure {
  min-height: 200px;
  padding-bottom: 0;
}
/* Single post items
-------------------------------------------------------------------------------*/
.wrapper-block--single {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-top: 0;
}
.wrapper-block--single .single-image {
  margin-bottom: 33px;
}
.wrapper-block--single .single-image .gallery-cell {
  min-height: 350px;
}
.content-contact-page {
  padding-right: 20px;
}
form {
  padding-left: 20px;
  margin-top: 0;
}
/* Footer
-------------------------------------------------------------------------------*/
#footer {
  padding: 80px 0;
  background-size: 80% auto;
  background-attachment: fixed;
}
#footer.effect--bg:before {
  background: linear-gradient(180deg, rgba(9, 27, 56, 0.97) 50%, rgba(7, 22, 47, 0.95) 100%);
}
#footer .footer__logo {
  margin-bottom: 2px;
}
#footer .footer-block__pages ul {
  margin-bottom: 0;
}
#footer .footer-block__vision {
  font-size: 15px;
  line-height: 1.7em;
}
.copyright-info div {
  display: inline-block;
}
.main-content .wrap.row {
  display: flex;
}
.main-content .wrap.row > .col-08 {
  order: 1;
}
.main-content .wrap.row > .col-04 {
  order: 2;
}
.main-content .wrap.row:nth-child(2n+1) .col-08 {
  order: 2;
}
.main-content .wrap.row:nth-child(2n+1) .col-04 {
  order: 1;
}
