/* ==========================================================================

  [pvm.css] Screen Stylesheet
  version: 1.0
  date: 9/10/25
  author: Marcel van den Berg
  email: marcel@kommerz.nl
  website: https://www.kommerz.nl

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
svg-kruis
body {
    line-height: 1;
    font-family: 'Noto Sans', sans-serif; /* standaard regular */
}

ol, ul {
    list-style: none;
}

blockquote, q {
  quotes: "“" "”" "‘" "’";
}

q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.custom-toggler {
  background: none;
  border: none;
  box-shadow: none;   /* haalt schaduw weg */
  outline: none;      /* visuele browserfocus uit */
  cursor: pointer;    /* blijft muisaanwijzer */
  padding: 0;         /* geen extra ruimte */
}

.custom-toggler:focus {
  outline: 2px solid var(--pvm-focus-ring); /* enkel toegankelijke focusring */
  outline-offset: 2px;
}

.skip-link {
    position: absolute;
    top: -40px; /* buiten beeld */
    left: 0;
    background: #000; /* contrastrijk */
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
    transition: top 0.2s ease;
  }

  .skip-link:focus,
  .skip-link:hover {
    top: 0; /* schuift in beeld */
  }

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #000;
  margin: 1em 0;
  padding: 0;
}

.hr-grijs {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #999999;
  margin: 1em 0;
  padding: 0;
}

.hr-grijs-strong {
  display: block;
  height: 1px;
  border: 0;
  border-top: 8px solid #999999;
  margin: 1em 0;
  padding: 0;
}

.hr-zwart-strong {
  display: block;
  height: 1px;
  border: 0;
  border-top: 8px solid #000;
  margin: 1em 0;
  padding: 0;
}

.box-grijs {
  border: 1px dotted #999999;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #f8fcfa;
  padding: 0;
  margin: 0 auto;
  color: #000;
}

.blok-artikel {
  height: 410px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f8fcfa;
}

.portret-member-page, .portret {
  object-fit: cover;   /* voorkomt dat de afbeelding vervormt */
}

.ankeiler-2 {
  position: relative;
}

.auteurs-2 {
  position: relative;
}

.ankeiler {
  top: 25px;
  position: absolute;
  left: 25px;
  right:25px;
}

.auteurs {
  bottom: 25px;
  left: 25px;
  right:25px;
  position: absolute;
}

/* Thumbnail links in media-kaarten */
.media-thumb{
  height: 200px;                 /* vaste hoogte */
  background-color: #000;        /* fallback (zwart) */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Thumbnail links in media-kaarten */
.media-big {
  height: 450px;                 /* vaste hoogte */
  background-color: #000;        /* fallback (zwart) */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Zorg dat afgeronde hoek netjes clip’t */
.rounded-left { overflow: hidden; }

/* (Optioneel) op kleine schermen volledige breedte tonen */
@media (max-width: 767.98px){
  .media-thumb{ height: 180px; } /* iets lager op mobiel, desgewenst */
}

.aspect-ratio-1-1 {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}

.aspect-ratio-3-2 {
  height: 0;
  padding-bottom: 66.66%;
  width: 100%;
  position: relative;
}

.aspect-ratio-0 {
  height: auto;
  width: 100%;
  position: relative;
}

.aspect-ratio-4-3 {
  height: 0;
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}

.aspect-ratio-16-9 {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}

.container-pvm {
  min-height: 100%;
  max-width: 920px;
  padding: 52px 0;
  margin: 0 auto;
}

.spacer {
  padding: 22px 0;
}

.text-spacer {
  padding: 8px 0;
}

.object-spacer {
  padding: 12px 0;
}

.container-images {
  min-height: 100%;
  min-width: 100% !important;
  padding: 0;
}

.responsive {
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.uncollapsed-menu {
  display: block;
}

.collapsed-menu {
  display: none;
}

.nav-mobiel {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
}

.nav-desktop {
  min-height: 100%;
  max-width: 933px;
  padding: 0 45px;
  margin: 0 auto;
}

.svg-toggler {
  width: 25px;
  height: 22px;
}

.svg-kruis {
  width: 24px;
  height: 24px;
}

.svg-kruis-article {
  width: 36px;
  height: 36px;
}

.blok {
  background-color: #f8fcfa;
}

/* ==========================================================================
   TYPOGRAFIE
   ========================================================================== */

.kop {
  font-family: 'Noto Serif', serif; /* regular */
  font-weight: normal; /* bold */
  font-size: 2.500em;
  line-height: 42px;
  letter-spacing: normal;
}

.kop-article {
  font-family: 'Noto Serif', serif; /* regular */
  font-weight: normal; /* bold */
  font-size: 2.500em;
  line-height: 42px;
  letter-spacing: -0.025rem;
}

.subkop-strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700; /* bold */
  font-size: 1.270em;
  line-height: 25px;
  letter-spacing: normal;
}

.subkop-book {
  font-family: 'Noto Serif', serif; /* regular */
  font-size: 1em;
  line-height: inherit;
  letter-spacing: normal;
}

.navigation a {
  text-underline-offset: 8px !important;
}

.navigation li {
  font-family: 'Noto Serif', serif !important;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: normal !important;
}

p {
  word-break: break-word;
}

.hyphens {
  hyphens: manual;
}

p, ul, ol {
  font-family: 'Noto Serif', serif; /* regular */
  font-size: 1em;
  line-height: 20px;
  letter-spacing: normal;
}

.label {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1em;
  line-height: 17px;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 300;
}

.readmore {
  font-family: 'Noto Serif', serif; /* regular */
  font-size: 1em;
  line-height: 17px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.btns { 
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.875em;
  line-height: 17px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: underline;
}

.banner {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700; /* bold */
  font-size: 0.875em;
  line-height: 17px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.noten, .onderschrift {
  font-family: 'Noto Serif', serif; /* regular */
  font-size: 0.750em;
  line-height: 15px;
  letter-spacing: normal;
}

.aside {
  font-family: 'Noto Serif', serif; /* regular */
  font-size: 0.875em;
  line-height: 17px;
  letter-spacing: inherit;
}

.onderschrift-var {
  font-family: 'Noto Serif', serif; /* regular */
  font-size: 0.750em;
  line-height: 14px;
  letter-spacing: normal;
}

.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

sub {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700; /* bold */
  font-size: 0.6em;
  line-height: 10px;
  padding-left: 1px;
}

sup {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700; /* bold */
  font-size: 0.6em;
  line-height: 10px;
  padding-left: 1px;
  top: -0.75em;
}

.noten sub {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700; /* bold */
  font-size: 0.6em;
  line-height: 10px;
  padding-left: 1px;
}

.noten sup {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700; /* bold */
  top: -0.35em!important; 
  font-size: 0.6em;
  vertical-align: baseline;
  line-height: 0 !important; 
}

.subkop-strong sup {
  font-family: inherit;
  top: -0.95em!important; 
  font-size: 0.5em;
  vertical-align: baseline;
  line-height: 0 !important; 
}

.subkop-strong sub {
  font-family: inherit;
}

i {
  font-family: 'Noto Sans', sans-serif;
  font-style: italic;
  line-height: inherit !important;
  color: inherit !important;
}

em {
  font-family: 'Noto Serif', serif;
  font-style: italic;
  line-height: inherit !important;
  color: inherit !important;
}


.noten em {
  font-family: 'Noto Sans', sans-serif !important;
  line-height: inherit !important;
  color: inherit !important;
}

strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700; /* bold */
  line-height: inherit !important;
  color: inherit !important;
}

strong > em {
  font-family: 'Noto Serif', serif;
  font-weight: 700; /* bold */
  font-style: italic;
  line-height: inherit !important;
  color: inherit !important;
}

u {
  color: inherit !important;
}

span.inline  {
  display: inline !important;
}

.inline {
  display: inline !important;
}

span.uppercase.underline {
  font-family: inherit;
  font-size: 0.875em;
  letter-spacing: normal;
  line-height: inherit;
}

.uppercase {
  text-transform: uppercase;
  display: inline !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.underline {
  border-bottom: 1px solid currentColor;
  display: inline;
}

.bold-underline-grijs {
  border-bottom: 10px solid #999999;
  padding-bottom: 20px;
  display: inline;
}

.outline {
  border: 1px solid #ccc;
}

/*
 * uls / lis
 */

/* Algemene basis */
ul {
  padding-left: 0.75rem;   /* inspringing */
}

ol {
  padding-left: 1.5rem;   /* inspringing */
}

/* Tekst netjes uitgelijnd */
li {
  line-height: inherit;
}
/* --- Variant 1: gewone kleine bullets --- */
ul.bullets {
  list-style-type: disc;  /* standaard ronde bullets */
  transform: translateX(0.5rem); /* naar links schuiven */
}

/* --- Variant 2: streepjes in plaats van bullets --- */
ul.dash {
  list-style: none;       /* standaard marker uit */
}

ul.dash li::before {
  content: "–";           /* lang streepje */
  font-weight: 700;
  position: absolute;
  transform: translateX(-0.75rem); /* naar links schuiven */
}

/* --- Variant 3: genummerd --- */
ol.numbers {
  list-style-type: decimal; /* 1, 2, 3 … */
}

ol.numbers li::marker {
  font-weight: 700;         /* nummers bold */
}

/*
 * Colors text
 */

.tekst-wit,
.tekst-wit a,
address.tekst-wit a {
  color: #fff !important;
}

.tekst-black {
  color: #000 !important;
}

.tekst-licht-grijs {
  color: #333 !important;
}

.tekst-medium-grijs  {
  color: #555 !important;
}

.tekst-donker-grijs {
  color: #777 !important;
}

.tekst-donker-grijs:hover, .tekst-donker-grijs:focus {
  color: #777 !important;
}

/*
 * Colors background
 */

.wit {
  background-color: #fff;
}

.zwart {
  background-color: #000;
}

/*
 * a hrefs
 */

ul.nav a {
  color: inherit !important;
}

a {
  color: inherit;               /* blijft Z/W, geen merk-kleuren */
  text-decoration: underline;   /* visuele affordance */
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  cursor: pointer;
}

a:hover,
a:focus-visible {
  color: inherit;                  /* zwart bij hover/focus */
  text-decoration-color: currentColor; /* underline kleurt mee */
}

button {
  text-decoration: none !important;
  background: transparent;
}

button:active {
  background: transparent;
}

button:focus {
  background: transparent;
}

a.svg {
  position: relative;
  display: inline-block;
  width: 100%;
}

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.parent {
  position: relative;
}

.child {
  position: relative;
}

.pdf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:  72px;
  height:  51px;
}

/*
 * Bootstrap resets
 */

.row.no-gutters {
   margin-right: -7px;
   margin-left: -7px;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 7px;
   padding-left: 7px;
}

.blend {
  mix-blend-mode: multiply !important;
}

.panel, .card, .panel-body, .card-body, .card-header {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.panel-group {
  margin-bottom: 0;
}

.table > thead > tr > th, .table > thead > tr > td {
  border: 0;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none !important;
}

.margin-fix {
  margin-top:  -30px !important;
}


/*
 * Modal
 */

.modal {
 overflow: visible;
 cursor: pointer;
}

.modal-lg {
  max-width: 840px;
}

body.modal-open {
 overflow: visible;
}

.modal-header {
  border: none;
}

.modal-content {
  border: none;
}

.modal-backdrop.show {
  opacity: 0.90;
}

.modal-body {
  border: none;
}

.modal-footer {
  border: none;
}

.modals, .svg-kruis {
  cursor: pointer;
}


/*
 <!-- form -->
  */

input {
  border: 0;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 30px;
  margin-bottom: 14px;
  vertical-align: middle;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  position: absolute;
  right: 0;
}

/* Form focus – toegankelijk */
input, textarea, select { border:1px solid #999; }
input:focus, textarea:focus, select:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-color: #fff;
}

input.email {
  border: 1px solid #fff;
  -webkit-transform: translateZ(0);
  background-color: #fff;
  color: #000 !important;
}

input[type="submit"] {
  cursor: pointer;
  border: none;
  opacity: 1;
  background-color: #000;
  color: #fff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  -webkit-transform: translateZ(0);
  color: #000 !important;
  opacity: 1.0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
  opacity: 1;;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
  opacity: 1;
}

/* Special classes */

.hide-on-desktop {
  display: block;
}

.show-on-desktop {
  display: none;
}

.show-on-tablet {
  display: none;
}

.show-on-mobile {
  display: block;
}

.hide-on-mobile {
  display: none;
}

.show-on-320 {
  display: none !important;
}

.show-on-320-inline {
  display: none !important;
}

.portret {
  max-width: 125px !important;
}

.portret-member-page {
  max-width: 175px !important;
}

/* Container van elk partnerblok */
.partner-card {
  display: flex;
  align-items: center;     /* verticaal centreren */
  justify-content: center; /* horizontaal centreren */
  height: 250px;           /* vaste hoogte */
  background: var(--pvm-light); /* of je kleurvlak */
  border-radius: .5rem;    /* consistent afgerond */
}

.project-card {

  background: var(--pvm-dark) !important; /* of je kleurvlak */

}


/* Logo zelf: schaalt maar blijft binnen kader */
.partner-logo {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  display: block;
}

.filterDiv[hidden]{display:none!important;}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.entries {
  display: none;
}

/* Paneel-blokken: altijd volle kolombreedte + block-level */
.donker-grijs,
.licht-grijs,
.medium-grijs {
  display: block;
  width: 100%;
}

/* Inhoud in panelen mag niet afkappen op een smalle leesbreedte */
.donker-grijs p,
.licht-grijs p,
.medium-grijs p,
.donker-grijs *:where(p, ul, ol),
.licht-grijs *:where(p, ul, ol),
.medium-grijs *:where(p, ul, ol) {
  max-width: none;
}

/* Veilig: ankers in panelen erven kleur (je forceert elders zwart) */
.donker-grijs a,
.licht-grijs a,
.medium-grijs a {
  color: inherit !important;
}

/* Bonus: rondingen blijven netjes over volle breedte renderen */
.rounded,
.rounded-left,
.rounded-right {
  overflow: hidden;
}

/* Queries */

@media screen and (max-width: 320px) and (min-width: 0px) {

.aside {
  font-size: 0.750em;
  line-height: 14px;
}

.hide-on-320 {
  display: none;
}

.show-on-320-inline {
  display: inline !important;
}

.show-on-320 {
  display: block;
}

  }

@media screen and (max-width: 475px) and (min-width: 320px) {

.show-on-475 {
  display: block !important;
}

  }

@media screen and (max-width: 768px) and (min-width: 0px) {

html, body {
  overflow-x: hidden !important;
  overflow-y: scroll;
}

.no-scroll { overflow: hidden; }

.noten, .onderschrift, .onderschrift-var {
    word-wrap: break-word;
  overflow-wrap: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.blok-artikel {
  height: 350px;
}

  }

@media (min-width: 0px) and (max-width: 574.98px) {

.fix-left {
  margin-left: 0.5rem;
}

.fix-left-2 {
  margin-left: 0rem;
}


  } 

@media (min-width: 575px) and (max-width: 767.98px) {

.fix-left {
  margin-left: 1.25rem;
}

.fix-left-2 {
  margin-left: 0.75rem;
}

  }

@media (min-width: 768px) {

.spacer-top {
  padding: 22px 0;
}

.spacer {
  padding: 25px 0;
}

.container-pvm {
  min-height: 100%;
  max-width: 933px;
  padding: 70px 0;
}

.hide-on-tablet {
  display: none;
}

.show-on-tablet {
  display: block;
}

.kop {
  font-size: 3.125em;
  line-height: 49px;
  letter-spacing: -0.025em;
}

span.spacing {
  display: inline;
  letter-spacing: 0.025em !important;
}

.kop-article {
  font-size: 3.125em;
  line-height: 55px;
}

.datetime {
  font-size: 1.3125em;
  line-height: normal;
  letter-spacing: -0.025em;
}

.payoff {
  line-height: 24px;
}

sup, sub {
  font-size: 0.367em;
  line-height: 14px;
}

.ankeiler, .ankeiler-2 {
  top: 45px;
  position: absolute;
  left: 50px;
  right: 50px;
}

.auteurs, .auteurs-2 {
  bottom: 45px;
  left: 50px;
  right: 50px;
  position: absolute;
}

.bold-underline-grijs {
  border-bottom: 10px solid  #999999;
  padding-bottom: 23px;
  display: inline;
}

.partner-card {
  height: 175px;

}

   }

@media (min-width: 992px) {

.blok-artikel {
  height: 410px;
}

.hide-on-tablet {
  display: block;
}

.show-on-tablet {
  display: none;
}

  }

@media (min-width: 1200px) {

  }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

