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

  [platformhorizon.css] Screen Stylesheet
  version: 1.0
  date: 04/02/26
  author: Marcel van den Berg
  email: marcel@kommerz.nl
  website: https://www.kommerz.nl

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

html {
  scroll-behavior: smooth;
}

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

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;
}

input:focus,
button:focus,
a:focus {
  outline: none;
  box-shadow: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Roboto", sans-serif;
}

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; 
  outline: none;
  cursor: pointer;
  padding: 0;
}

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

.skip-link {
  position: absolute;
  top: -40px; 
  left: 0;
  background: #000;
  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; 
}

.has-gradient{
  position: relative;
  overflow: hidden; /* voor rounded */
}

.has-gradient::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* donker boven, transparant naar beneden */
  background: linear-gradient(to bottom, rgba(0,0,0,.60) 0%, rgba(0,0,0,0) 50%);
  z-index: 1;
}

.has-gradient .tile-top{
  position: relative;
  z-index: 2; /* tekst boven overlay */
}

/* 1) Alles wat hr is: volledig neutraliseren */
hr{
  border: 0 !important;
  border-top: 0 !important;
  background: none !important;
  height: 0;
  margin: 1em 0;
  opacity: 1;
}

hr.hr-grijs{
  height: 5px;
  background-image: radial-gradient(#111 2.2px, transparent 2.2px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  background-position: left center;
  opacity: 1;
}

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

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

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: #fff;
  padding: 0;
  margin: 0 auto;
  color: #000;
}

.partner-logo {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply; /* dit laat wit “verdwijnen” op grijs */
}

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

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

.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;
}

.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 {
  min-height: 100%;
  max-width: 995px;
  padding: 52px 0;
  margin: 0 auto;
}

.spacer {
  padding: 14px 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: 1055px;
  padding: 0 30px;
  margin: 0 auto;
}

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

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

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

.blok {
  background-color: #f8fcfa;
}

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

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  line-height: 21px;
  letter-spacing: normal;
  font-weight: 300;         /* Light */
}

p > a {
      text-decoration: underline; !important;
}

p {
  word-break: break-word;
}

.hyphens {
  hyphens: manual;
}

p,
ul:not(.navigation),
ol:not(.navigation) {
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  line-height: 21px;
  letter-spacing: 0.01em;
}

/* Navigatie: eigen stijl */
.navigation,
.navigation li {
  font-family: "Roboto Mono", monospace;
  font-size: 0.875em;
  line-height: 17px;
  font-weight: 300;         /* Light */
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.navigation a,
.navigation a:hover,
.navigation a:focus,
.navigation a:active {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: currentColor;
}

.navigation ul { display: flex !important; }
.navigation li { float: none !important; }

a {
  color: inherit;
  text-decoration-color: currentColor;
}

a:hover,
a:focus {
  color: inherit;
}

.navigation a{ text-decoration: underline; }
.navigation a.is-active{ text-decoration: none; }

.introtext p {
font-family: "Roboto", sans-serif;
font-size: 1.125em;
line-height: 22px;
letter-spacing: normal;
font-weight: 300; /* Roboto Light */
}

.label {
font-family: "Varela Round", sans-serif;
font-size: 1.625em;
line-height: 31px;
font-weight: normal;
letter-spacing: normal;
}

div.label p {
line-height: 31px;
font-size: inherit;
}

p.ankeiler-tekst {
font-family: "Roboto", sans-serif;
font-size: 1.125em;
line-height: 22px;
letter-spacing: normal;
font-weight: 300; /* Roboto Light */
word-break: break-word;
}

p.ankeiler-kop {
font-family: "Varela Round", sans-serif;
font-size: 1.5em;
line-height: 29px;
font-weight: normal;
letter-spacing: normal;
word-break: break-word;
}

h2.ankeiler-kop {
font-family: "Varela Round", sans-serif;
font-size: 1.5em;
line-height: 29px;
font-weight: normal;
letter-spacing: normal;
}

.ankeiler-heading {
font-family: "Roboto Mono", monospace;
font-size: 0.875em;
line-height: 17px;
font-weight: 300;         /* Light */
letter-spacing: inherit;
}

.section {
font-family: "Roboto Mono", monospace;
font-size: 0.875em;
line-height: 17px;
font-weight: 300;         /* Light */
text-transform: uppercase;
letter-spacing: inherit;
}

div.section > p {
font-family: "Roboto Mono", monospace;
font-size: 0.875em;
line-height: 17px;
font-weight: 300;         /* Light */
text-transform: uppercase;
letter-spacing: inherit;
}

.readmore {
font-family: "Roboto Mono", monospace;
font-size: 0.875em;
line-height: 17px;
font-weight: 300;         /* Light */
text-transform: uppercase;
letter-spacing: inherit;
}

.readmore,
.readmore:hover,
.readmore:focus,
.readmore:active {
text-decoration-line: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
text-decoration-color: currentColor;
}

.readmore a,
.readmore a:hover,
.readmore a:focus,
.readmore a:active {
text-decoration-line: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
text-decoration-color: currentColor;
}

.btns { 
font-family: "Roboto", sans-serif;
font-size: 0.875em;
line-height: 17px;
letter-spacing: normal;
text-transform: uppercase;
font-weight: 300;         /* Light */
}

.ankeiler-container {
height: 356px;
width: 100%;              /* <-- je had '100' zonder % */
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.ankeiler-container-team {
height: 450px;
width: 100%;              /* <-- je had '100' zonder % */
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.ankeiler-container-bg {
height: 450px;
width: 100%;              /* <-- je had '100' zonder % */
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.ankeiler-container-team a,
.ankeiler-container-team a:hover,
.ankeiler-container-team a:focus,
.ankeiler-container-team a:active{
  text-decoration: none !important;
}

.name-top {
position: absolute;
top: 50px;
margin: 0;
}

.name-bottom {
position: absolute;
bottom: 50px;
margin: 0;
}

.tile-top {
flex: 1;
position: relative;
min-height: 178px; 
}

.tile-bottom {
flex: 1;
width: 100%;
padding: 20px;
display: flex;
align-items: center;
min-height: 178px; 
position: relative;
}

.tile-bottom .ankeiler-kop {
position: absolute;
top: 30px;
left: 30px;
right: 30px;
margin: 0;
}

.tile-bottom .ankeiler-tekst {
position: absolute;
left: 30px;
right: 30px;
bottom: 30px;
margin: 0;
}

.tile-bottom .ankeiler-tekst p {
margin: 0;
}

.banner-top {
position: absolute;
top: 0;
right: 0;
}

.banner-top h5 {
display: inline-block;
margin: 0;
padding: 10px 15px;
white-space: nowrap;
text-transform: uppercase;
font-family: "Roboto Mono", monospace;
font-size: 0.875em;
line-height: 17px;
font-weight: 300;         /* Light */
text-transform: uppercase;
letter-spacing: inherit;
}

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

em, i {
  font-family: inherit;
  font-style: italic;
  line-height: inherit !important;
  color: inherit !important;
}

strong {
  font-family: "Roboto", sans-serif;
  font-weight: 500; /* bold */
  line-height: inherit !important;
  color: inherit !important;
}

strong > em, strong > i {
  font-family: "Roboto", sans-serif;
  font-weight: 500; /* 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:not(.navigation) {
  padding-left: 0.75rem;   /* inspringing */
}

ol:not(.navigation) {
  padding-left: 1.5rem;   /* inspringing */
}

/* Tekst netjes uitgelijnd */
li:not(.navigation) {
  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;
}

.grey {
  background-color: #f2f2f2;
}


/*
 * a hrefs
 */

.label a.is-active{
  text-decoration: none;
}

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

a {
  color: inherit;            
  text-decoration: underline; 
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  cursor: pointer;
}

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;
}

/*
 * 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;
}

/* 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: 145px !important;
}
.partner-logo {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  display: block;
}

.donker-grijs,
.licht-grijs,
.medium-grijs {
  display: block;
  width: 100%;
}

.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;
}

.donker-grijs a,
.licht-grijs a,
.medium-grijs a {
  color: inherit !important;
}

.rounded,
.rounded-left,
.rounded-right {
  overflow: hidden;
}

/* Footer Mailchimp signup */

.mc-signup {
  gap: 20px;
  flex-wrap: wrap;
}

.mc-input,
.mc-button{
  height: 40px;
  width: 250px;
  background: var(--pvm-dark-mc);
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  padding: 0 12px;
}

.mc-input{
  text-align: left;
  outline: none;
}

.mc-input::placeholder{
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
}

.mc-input:focus::placeholder{
  color: transparent !important;
}

.mc-button{
  cursor: pointer;
}

.mc-button--invert{
  background: #fff;
  color: #000;
  border-color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.mc-input:focus,
.mc-button:focus{
  box-shadow: 0 0 0 2px rgba(255,255,255,0.35);
  outline: none;
}

/* Queries */

@media (max-width: 767.98px) {
  .carousel .carousel-item {
    height: 340px;          /* <- jouw mobiele hoogte */
  }

  .carousel .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;      /* vult, snijdt eventueel bij */
  }
  
}

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

.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; }

.blok-artikel {
  height: 350px;
}

  }

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

  } 

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


  }

@media (min-width: 768px) {

.mc-signup {
  gap: 20px;
  flex-wrap: wrap;
}

.mc-input,
.mc-button{
  height: 50px;
  width: 231px;
}

.spacer {
  padding: 22px 0;
}

p {
  font-size: 1.125em;
  line-height: 21px;
  letter-spacing: 0.01em;
}

.introtext p {
font-size: 1.5em;
line-height: 29px;
}

.label {
font-size: 2.6875em;
line-height: 51px;
}

div.label p { 
line-height: 51px;
font-size: inherit;
}

p.ankeiler-tekst {
font-size: 1.125em;
line-height: 22px;
}

p.ankeiler-kop {
font-size: 1.625em;
line-height: 31px;
}

h2.ankeiler-kop {
font-size: 1.625em;
line-height: 31px;
}

.ankeiler-heading {
font-size: 0.875em;
line-height: 17px;
}

.section {
font-size: 0.875em;
line-height: 17px;
}

div.section > P {
font-size: 0.875em;
line-height: 17px;
}

.readmore {
font-size: 0.875em;
line-height: 17px;
}

.btns { 
font-size: 0.875em;
line-height: 17px;
}

.ankeiler-container-team {
height: 450px;
width: 100%;              /* <-- je had '100' zonder % */
}

.ankeiler-container-bg {
height: 635px;
width: 100%;              /* <-- je had '100' zonder % */
}

.name-top {
top: 50px;
}

.name-bottom {
bottom: 50px;
margin: 0;
}

.tile-top {
min-height: 178px; 
}

.tile-bottom {
padding: 20px;
min-height: 178px; 
}

.tile-bottom .ankeiler-kop {
top: 30px;
left: 30px;
right: 30px;
}

.tile-bottom .ankeiler-tekst {
left: 30px;
right: 30px;
bottom: 30px;
}

.banner-top h5 {
padding: 10px 15px;
font-size: 0.875em;
line-height: 17px;
}

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

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

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


   }

@media (min-width: 992px) {

.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;
  }
}

