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

	Van Ons BV
	https://www.van-ons.nl/
	info@van-ons.nl
	+31 (0)20 331 81 77

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

/* =============================================================================
	STYLES FOR PRINT-CONTENT
============================================================================= */

* {
  overflow: visible !important;
  /* Required for FireFox pre-3.6 to print past page 1 */
}

body * {
  border: 0;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14pt;
  line-height: 20pt;
}

body {
  padding: 30pt 60pt 40pt 60pt;
}

body,
input,
textarea,
select {
  font-family: "Times New Roman", Times, serif;
}

a.skipmenu {
  display: none;
}

h1 {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 24pt;
  line-height: 24pt;
  margin: 0 0 6pt 0;
}

h2 {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 20pt;
  line-height: 20pt;
  margin: 0 0 3pt 0;
}

h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: bold;
  color: #000;
  font-size: 14pt;
  line-height: 14pt;
  margin: 0 0 0 0;
}

h4,
h5,
h6 {
  font-weight: bold;
  font-size: 10pt;
}

a,
a:link,
a:visited,
a:hover {
  color: #000;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
  page-break-after: avoid;
}

table tr,
ul,
ol,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30pt;
}

article a {
  font-weight: bolder;
  text-decoration: none;
}

article a[href^=mailto]:after,
article a[href^=http]:after {
  content: " <" attr(href) "> ";
}

article a[href^="#"]:after {
  content: "";
}

article a[href]:after {
  content: none !important;
}

article img[src]:after {
  content: none !important;
}

* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.print-logo {
  width: 150px;
  margin: 0 auto;
  display: block;
}

blockquote p {
  font-style: italic;
}

blockquote footer {
  font-style: normal;
}

.main-wrapper {
  border-top: 1pt solid #ccc;
  padding-top: 20pt;
  margin-top: 35pt;
}

nav,
.site-footer,
.submenu,
.mobile-button,
.environment,
.btn,
.filter,
.addthis_container,
.printer_container,
.search-guide,
.scroll-down,
.flexblock-latest-news {
  display: none;
}

.wp-caption,
.header-image,
img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  padding: 0;
  font-size: 11pt;
  line-height: 1.1;
  margin-top: -30pt;
  margin-bottom: 30pt;
}

.page {
  height: auto;
}

body.archive section.header-image {
  display: none;
}

.intro {
  margin-bottom: 30pt;
}

/*
 * Card styles
 */

.card {
  width: 100%;
  float: left;
  clear: both;
  border-top: 1px solid #bdbdbd;
  padding: 30px;
}

.card.NS {
  display: none;
}

.card figure {
  position: relative;
  width: 160px;
  float: left;
  margin: 0 30px 0 -30px;
}

.fallback figure {
  display: none;
}

.card figure img {
  margin: 0;
}

.card header .profession {
  display: block;
  font-weight: normal;
}

.card header .institution {
  display: block;
  font-weight: normal;
  font-style: italic;
}

.card .location {
  font-weight: normal;
  font-size: 11pt;
}

.card-content,
.connections {
  width: calc(100% - 160px);
  float: right;
}

.connections,
.connections dl {
  margin: 0;
  list-style: none;
}

.connections a {
  font-weight: normal;
  font-size: 11pt;
  margin: 0;
}

figcaption {
  display: inline-block;
  padding: 2px 10px 5px 10px;
  position: absolute;
  bottom: 18px;
  left: 10px;
  max-width: 120px;
  background-color: rgba(237, 31, 35, 0.65);
  line-height: 1;
}

figcaption .role {
  background: none;
  font-size: 9pt;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

dl {
  margin: 0;
  list-style: none;
}

dt,
dd {
  font-weight: normal;
  font-size: 11pt;
  margin: 0;
}

dt {
  font-weight: bold;
}

.feature_theme {
  display: block;
}

.connections .post {
  display: none;
}

.hide-for-print {
  display: none;
}

.header-image.size-header_image {
  display: none;
}