/* Print-Styles */

* {
  background: none !important;
}

nav,
footer,
form,
aside {
  display: none !important;
}

.only_mobile {
  display: none !important;
}


.contentimage {
  display: none;
}


figcaption {
  color: var(--black);
  text-shadow: none;
}


p {
  color: var(--black);
  text-shadow: none;
  font-size: 1.5rem;
}

h1, h2, h3, h4 {
  text-shadow: none;
  color: var(--black);
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 3rem;
}

.download-item {
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, .25);
}

.lg_6, .lg_4 {
  width: 100% !important;
}

.content_block.content_module.text_box img {
  display: none;
}