/*
  5. PRINT STYLES
*/
/* apply a natural box layout model to all elements, but allowing components to change */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: #FFF;
  color: #3A3A3C;
  font-size: 16px;
  line-height: 1.5;
  font-family: "rooney-web", serif;
}

@media (min-width: 45em) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}

::-moz-selection {
  background: #70B32E;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #70B32E;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #70B32E;
  color: #FFF;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
}

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  height: 1px;
  background: rgba(10, 10, 10, 0.2);
}

figure img {
  display: block;
  margin: 0;
  margin: 0 auto;
}

figure figcaption {
  font-size: 14px;
  line-height: 22.4px;
  margin-top: 7px;
  font-style: italic;
  color: #3A3A3C;
}

@media (min-width: 45em) {
  figure figcaption {
    font-size: 16px;
    line-height: 22.4px;
  }
}

img {
  vertical-align: text-bottom;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

cite, em, dfn, address, i {
  font-style: italic;
}

strong, dfn, b {
  font-weight: bold;
}

sup, sub {
  font-size: smaller;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 90%;
}

q {
  font-style: italic;
}

q em {
  font-style: normal;
}

sup {
  font-style: italic;
}

.center {
  text-align: center;
}

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.fl {
  float: left;
  margin: 0 1em 0 0;
}

.fr {
  float: right;
  margin: 0 0 0 1em;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-border-top {
  border-top: none;
}

.no-border-right {
  border-right: none;
}

.no-border-bottom {
  border-bottom: none;
}

.no-border-left {
  border-left: none;
}

.pushfooter {
  padding-bottom: 56px;
}

@media (min-width: 45em) {
  .pushfooter {
    padding-bottom: 112px;
  }
}

.icon {
  background-size: cover;
  display: inline-block;
}

.icon-circular {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 45px;
  height: 45px;
  border: 1px solid #70B32E;
  border-radius: 10em;
}

.icon-circular .icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 45em) {
  .icon-circular {
    min-width: 65px;
    min-height: 65px;
    line-height: 65px;
  }
  .icon-circular .icon {
    width: 25px;
    height: 25px;
  }
}

* {
  position: static !important;
}

* {
  color: black !important;
  text-shadow: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  -ms-filter: none !important;
  border: none !important;
}

a,
a:visited {
  text-decoration: underline;
}

body .nav-mobile,
body .header__wrap,
body .prevnext,
body .footer,
body .nav-home,
body .nav-quicklinks,
body .video,
body .eclips__items,
body .nav-subnav {
  display: none !important;
}

body {
  font-size: 85% !important;
  line-height: 1.6;
}

@page {
  margin: 1.5cm 3.5cm 1.5cm 3.5cm;
}

body {
  font-family: arial, helvetica, sans-serif !important;
}

h1 {
  font-size: 22px;
  line-height: 30.8px;
  margin-top: 2em !important;
  margin-bottom: 0.5em !important;
}

@media (min-width: 45em) {
  h1 {
    font-size: 24px;
    line-height: 33.6px;
  }
}

h1 br {
  display: none !important;
  width: 1em;
}

h2 {
  font-size: 20px;
  line-height: 33.6px;
  margin-top: 2em !important;
  margin-bottom: 0.5em !important;
  font-weight: bold;
}

@media (min-width: 45em) {
  h2 {
    font-size: 22px;
    line-height: 30.8px;
  }
}

h3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 45em) {
  h3 {
    font-size: 20px;
    line-height: 33.6px;
  }
}

h4 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

@media (min-width: 45em) {
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

p {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

ol, ul {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  margin-left: 1em;
  padding-left: 1em;
}

ol li, ul li {
  display: list-item;
  margin-top: 7px;
  margin-bottom: 7px;
  list-style-type: disc;
}

ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

table {
  margin-top: 28px;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #000 !important;
  border-bottom: none;
}

table td, table th {
  border: 1px solid #000 !important;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 1.25em;
  padding-left: 1.25em;
  word-wrap: break-word;
}

table thead th, table tfoot td {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  background: #70B32E !important;
  color: #FFF !important;
}

@media (min-width: 45em) {
  table thead th, table tfoot td {
    font-size: 20px;
    line-height: 33.6px;
  }
}

table th {
  text-align: left;
  background: #F2F5F5 !important;
  color: #000 !important;
  font-weight: bold !important;
}

table td.number, th.number {
  text-align: right;
  font-weight: bold;
}

table td.subtotal, th.subtotal {
  background: #fff;
}

table td.subtotal.number, th.subtotal.number {
  font-weight: normal;
}

.col-2012, .col-2013 {
  width: 6em;
}

.section--grey table td {
  background: #FFF;
}

figure {
  text-align: center;
}

img {
  display: block !important;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 24em !important;
}

.l-nieuwe-organisatie-infrabel-organigram img,
.l-stiptheid-spoorlopers-wie img,
.l-veiligheid-stopsystemen-planning-etcs-masterplan img,
.l-capaciteit-gen-schuman-josaphat img,
.l-capaciteit-gen-schuman-josaphat img,
.l-capaciteit-hogesnelheid img {
  width: 100% !important;
}

.infographic img {
  display: block !important;
}

.infographic div div, .infographic div div svg, .infographic div svg {
  display: none !important;
}

.infographic .infographic__graph img {
  display: block !important;
}

.infographic--centered {
  text-align: center;
}

.logo img {
  width: 16em !important;
}

.page-intro {
  padding-bottom: 70px;
}

.section {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  border-top: 1px solid #000 !important;
}

.section--blue {
  background: #9cb2b2 !important;
}

.block, .block--centered {
  margin: 0;
}

.page-hero__header {
  text-transform: uppercase;
}

.page-hero__scrollhint {
  display: none;
}

.page-hero__image {
  margin-bottom: 28px;
}

.gallery__item__link__btn {
  display: none;
}

.numbers {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #000 !important;
  border-top: none !important;
}

.numbers li {
  list-style: none;
}

.numbers__item {
  margin: 0 !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  border-top: 1px solid #000 !important;
  height: auto !important;
}

.numbers__item__header {
  margin: 0 !important;
  font-size: 22px;
  line-height: 30.8px;
  font-weight: 300;
  text-align: center;
  color: #000 !important;
}

@media (min-width: 45em) {
  .numbers__item__header {
    font-size: 24px;
    line-height: 33.6px;
  }
}

.numbers__item__legend {
  margin-top: 0.5em !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 20em;
}

.numbers__item__legend_bis {
  font-size: 14px;
  line-height: 22.4px;
  margin-top: 0.5em !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 14em;
}

@media (min-width: 45em) {
  .numbers__item__legend_bis {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.tile {
  border-top: 1px solid #000 !important;
}

.quote, .quote__wrap, .quote__body, .quote__footer {
  background: #FFF;
}

.quote {
  padding: 0;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 45em) {
  .quote {
    font-size: 20px;
    line-height: 33.6px;
  }
}

.quote__body {
  margin-top: 42px;
  color: #000 !important;
}

.quote__footer {
  margin-top: 1.5em !important;
  color: #000 !important;
}

.quote__footer p strong {
  display: block;
  font-weight: bold !important;
}

.tile__content__header {
  font-size: 20px;
  line-height: 33.6px;
}

@media (min-width: 45em) {
  .tile__content__header {
    font-size: 22px;
    line-height: 30.8px;
  }
}

.home-voorwoord {
  border-top: 1px solid #000 !important;
}

.mosaic-tile,
.mosaic-callout {
  border-top: 1px solid #000 !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.mosaic-tile__content {
  background: #FFF !important;
  position: static !important;
}

.mosaic-tile__content__header,
.mosaic-callout__header__txt {
  color: #000 !important;
  display: block !important;
}

.mosaic-tile__content__header br,
.mosaic-callout__header__txt br {
  display: none !important;
}

#home-mosaic-tile-jaarrekening figure {
  display: none !important;
}

.voorwoord__authors {
  margin-top: 56px;
}

.voorwoord__author {
  text-align: center;
}

.voorwoord__author__name {
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.voorwoord__author__function {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.voorwoord__author__autograph {
  max-width: 16em !important;
  margin-left: auto;
  margin-right: auto;
}

.voorwoord__authors {
  max-width: 75% !important;
  margin-left: auto;
  margin-right: auto;
}

.voorwoord__author {
  float: left;
  width: 50% !important;
}

.map {
  page-break-inside: avoid !important;
}

.map svg {
  display: none !important;
}

.map img {
  width: 16em !important;
}

.eclips img {
  display: block !important;
}

.etcs-levels__table .icon-check {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.etcs-levels__table .icon-na {
  width: 16px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
}

.l-veiligheid-new-traffic-management-concentratie-seinhuizen {
  text-align: center;
}

.tabnav__item__tab {
  display: none !important;
}

.tabnav__item__wrap {
  display: block !important;
}

.clients {
  list-style: none;
  overflow: hidden;
}

.clients li {
  list-style-type: none;
  width: 20%;
  float: left;
  margin: 1em;
}

h1, h2, h3 {
  display: block;
  page-break-after: avoid !important;
}

figure, img {
  display: block;
  page-break-inside: avoid !important;
}

.quote {
  page-break-inside: avoid !important;
}

.quote img {
  page-break-after: avoid !important;
}

.numbers {
  page-break-inside: avoid !important;
}

div, section {
  width: 100% !important;
  float: none;
}
/*# sourceMappingURL=print.css.map */
