@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
.card {
  position: relative;
  margin: 20px;
  padding: 20px;
  background: white;
  transition: transform 250ms, box-shadow 250ms;
  border-bottom: 2px solid #f1f1f1;
  text-align: left;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .card {
    margin: 10px 0;
    padding: 10px;
  }
}
.card .card__metadata {
  margin-bottom: 20px;
}
.card .card__header {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.card .card__header__sidebar-icons {
  position: absolute;
  right: 20px;
  display: inline-block;
}
.card .card__header__sidebar-icons i {
  font-size: 30px;
}
.card .card__content {
  margin: 20px 0;
  font-size: 18px;
}
@media (max-width: 800px) {
  .card .card__content {
    font-size: 14px;
  }
}
.card .card__content:last-child {
  margin-bottom: 0;
}
.card .card__metadata__item {
  margin-right: 20px;
}
.card .card__metadata__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card .card__metadata__item a,
.card .card__metadata__item a > *,
.card .card__metadata__item a:link,
.card .card__metadata__item a > *:link,
.card .card__metadata__item a:visited,
.card .card__metadata__item a > *:visited,
.card .card__metadata__item a:active,
.card .card__metadata__item a > *:active {
  color: black;
  text-decoration: none;
}
.card .card__metadata__item a:hover,
.card .card__metadata__item a > *:hover {
  color: #0D5F94;
}
.card .card__metadata__item:hover,
.card .card__metadata__item:hover a,
.card .card__metadata__item:hover .material-icons {
  color: #0D5F94;
}
.card .card__metadata__item:hover .material-icons {
  margin-top: -7px;
}
.card .card__metadata__item i.material-icons {
  font-size: 18px;
  margin-top: -2px;
  transition: margin-top 250ms;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .card .card__metadata__item i.material-icons {
    font-size: 14px;
  }
}
.card--special {
  background: #B22817;
}
.card--special .card__header,
.card--special .card__content,
.card--special,
.card--special h1,
.card--special h2,
.card--special h3,
.card--special h4,
.card--special a {
  color: white !important;
}
.card--special .card__content a {
  text-decoration: none;
}
.card--special .card__content a:hover {
  background: white;
  color: #B22817 !important;
}
.card--special .card__content__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.card--special .card__content__list__item {
  margin-right: 0.5em;
  font-size: 14px;
}
.card--special .card__content__list__item a {
  display: inline-block;
  text-align: center;
  border-radius: 0.5em;
  padding: 3px;
}
.card__content__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.card__content__list__item {
  margin-bottom: 14px;
  font-size: 14px;
}
.card__content__list__item a,
.card__content__list__item a > *,
.card__content__list__item a:link,
.card__content__list__item a > *:link,
.card__content__list__item a:visited,
.card__content__list__item a > *:visited,
.card__content__list__item a:active,
.card__content__list__item a > *:active {
  color: black;
  text-decoration: none;
}
.card__content__list__item a:hover,
.card__content__list__item a > *:hover {
  color: #0D5F94;
}
.extra.card__content .card__metadata__item {
  margin-top: 20px;
}
.button {
  display: inline-block;
  border-radius: 10px;
  background-color: white;
  font-size: 18px;
  padding: 6px 18px;
  vertical-align: bottom;
  line-height: 36px;
  margin: auto;
  height: auto;
  background: white;
  box-shadow: none;
  border: 0;
  color: black;
  cursor: pointer;
  transform: scale(1);
  transition: all 500ms;
}
.button:focus {
  outline: none;
}
.button a,
.button a > *,
.button a:link,
.button a > *:link,
.button a:visited,
.button a > *:visited,
.button a:active,
.button a > *:active {
  color: black;
  text-decoration: none;
}
.button a:hover,
.button a > *:hover {
  color: #0D5F94;
}
.button a:link,
.button a:active,
.button a:visited {
  color: white;
}
@media (max-width: 500px) {
  .button {
    font-size: 14px;
  }
}
.button:focus {
  outline: none;
}
.button:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.button.blue {
  background-color: #0D5F94;
  color: white;
}
.button.blue:hover {
  background-color: #2478d2;
}
.radio_buttons-item,
.radio_buttons .label--toggle {
  margin-right: 20px;
  display: flex;
}
.radio_buttons .label__input--radio {
  display: none;
}
.radio_buttons .label__input--radio ~ .label__input-helper {
  box-shadow: 0 0 0 1px #BABABA;
  box-sizing: border-box;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0.2em 0.5em 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 0.25em solid white;
  background-color: white;
}
.radio_buttons input[type="radio"]:checked + .label__input-helper {
  background-color: #B22817;
}
.news_latest {
  display: none;
}
.block-institutions__list,
.block-persons__list,
.block-keywords__list,
.block-places__list,
.block-newspapers__list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.block-institutions__list .tag_mores,
.block-persons__list .tag_mores,
.block-keywords__list .tag_mores,
.block-places__list .tag_mores,
.block-newspapers__list .tag_mores,
.block-institutions__list .tag_mores2,
.block-persons__list .tag_mores2,
.block-keywords__list .tag_mores2,
.block-places__list .tag_mores2,
.block-newspapers__list .tag_mores2 {
  flex: 1 0 100%;
  text-align: center;
  margin-top: 20px;
}
.block-institutions__list .tag_mores a,
.block-persons__list .tag_mores a,
.block-keywords__list .tag_mores a,
.block-places__list .tag_mores a,
.block-newspapers__list .tag_mores a,
.block-institutions__list .tag_mores2 a,
.block-persons__list .tag_mores2 a,
.block-keywords__list .tag_mores2 a,
.block-places__list .tag_mores2 a,
.block-newspapers__list .tag_mores2 a {
  text-decoration: none;
  color: black;
}
.block-institutions__list .tag_mores a:hover,
.block-persons__list .tag_mores a:hover,
.block-keywords__list .tag_mores a:hover,
.block-places__list .tag_mores a:hover,
.block-newspapers__list .tag_mores a:hover,
.block-institutions__list .tag_mores2 a:hover,
.block-persons__list .tag_mores2 a:hover,
.block-keywords__list .tag_mores2 a:hover,
.block-places__list .tag_mores2 a:hover,
.block-newspapers__list .tag_mores2 a:hover {
  color: #0D5F94;
}
.block-institutions__list .tag_mores a .close-icon,
.block-persons__list .tag_mores a .close-icon,
.block-keywords__list .tag_mores a .close-icon,
.block-places__list .tag_mores a .close-icon,
.block-newspapers__list .tag_mores a .close-icon,
.block-institutions__list .tag_mores2 a .close-icon,
.block-persons__list .tag_mores2 a .close-icon,
.block-keywords__list .tag_mores2 a .close-icon,
.block-places__list .tag_mores2 a .close-icon,
.block-newspapers__list .tag_mores2 a .close-icon {
  opacity: 0;
  position: relative;
  top: 5px;
  transform: rotate(45deg);
  margin-right: -20px;
  transition: transform 500ms, opacity 500ms, margin-right 500ms;
}
.block-institutions__list .tag_mores a .close-icon--displayed,
.block-persons__list .tag_mores a .close-icon--displayed,
.block-keywords__list .tag_mores a .close-icon--displayed,
.block-places__list .tag_mores a .close-icon--displayed,
.block-newspapers__list .tag_mores a .close-icon--displayed,
.block-institutions__list .tag_mores2 a .close-icon--displayed,
.block-persons__list .tag_mores2 a .close-icon--displayed,
.block-keywords__list .tag_mores2 a .close-icon--displayed,
.block-places__list .tag_mores2 a .close-icon--displayed,
.block-newspapers__list .tag_mores2 a .close-icon--displayed {
  opacity: 1;
  position: relative;
  top: 5px;
  margin-right: 0;
  transition: transform 500ms, opacity 500ms, margin-right 500ms;
}
.block-institutions__list .tag_mores:first-letter,
.block-persons__list .tag_mores:first-letter,
.block-keywords__list .tag_mores:first-letter,
.block-places__list .tag_mores:first-letter,
.block-newspapers__list .tag_mores:first-letter,
.block-institutions__list .tag_mores2:first-letter,
.block-persons__list .tag_mores2:first-letter,
.block-keywords__list .tag_mores2:first-letter,
.block-places__list .tag_mores2:first-letter,
.block-newspapers__list .tag_mores2:first-letter {
  text-transform: capitalize;
}
.block-institutions__list--more-related,
.block-persons__list--more-related,
.block-keywords__list--more-related,
.block-places__list--more-related,
.block-newspapers__list--more-related {
  display: none;
  flex-flow: row;
  flex-wrap: wrap;
}
.block-institutions__list--more-related#show_persons,
.block-persons__list--more-related#show_persons,
.block-keywords__list--more-related#show_persons,
.block-places__list--more-related#show_persons,
.block-newspapers__list--more-related#show_persons,
.block-institutions__list--more-related#show_institutions,
.block-persons__list--more-related#show_institutions,
.block-keywords__list--more-related#show_institutions,
.block-places__list--more-related#show_institutions,
.block-newspapers__list--more-related#show_institutions,
.block-institutions__list--more-related#show_keywords,
.block-persons__list--more-related#show_keywords,
.block-keywords__list--more-related#show_keywords,
.block-places__list--more-related#show_keywords,
.block-newspapers__list--more-related#show_keywords,
.block-institutions__list--more-related#show_places,
.block-persons__list--more-related#show_places,
.block-keywords__list--more-related#show_places,
.block-places__list--more-related#show_places,
.block-newspapers__list--more-related#show_places,
.block-institutions__list--more-related#show_newspapers,
.block-persons__list--more-related#show_newspapers,
.block-keywords__list--more-related#show_newspapers,
.block-places__list--more-related#show_newspapers,
.block-newspapers__list--more-related#show_newspapers {
  padding-bottom: 50px;
  max-height: 40vh;
  overflow: scroll;
  padding-bottom: 80px;
  margin-top: 20px;
}
.block-institutions__list--more-related#show_persons:after,
.block-persons__list--more-related#show_persons:after,
.block-keywords__list--more-related#show_persons:after,
.block-places__list--more-related#show_persons:after,
.block-newspapers__list--more-related#show_persons:after,
.block-institutions__list--more-related#show_institutions:after,
.block-persons__list--more-related#show_institutions:after,
.block-keywords__list--more-related#show_institutions:after,
.block-places__list--more-related#show_institutions:after,
.block-newspapers__list--more-related#show_institutions:after,
.block-institutions__list--more-related#show_keywords:after,
.block-persons__list--more-related#show_keywords:after,
.block-keywords__list--more-related#show_keywords:after,
.block-places__list--more-related#show_keywords:after,
.block-newspapers__list--more-related#show_keywords:after,
.block-institutions__list--more-related#show_places:after,
.block-persons__list--more-related#show_places:after,
.block-keywords__list--more-related#show_places:after,
.block-places__list--more-related#show_places:after,
.block-newspapers__list--more-related#show_places:after,
.block-institutions__list--more-related#show_newspapers:after,
.block-persons__list--more-related#show_newspapers:after,
.block-keywords__list--more-related#show_newspapers:after,
.block-places__list--more-related#show_newspapers:after,
.block-newspapers__list--more-related#show_newspapers:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 100%);
  bottom: 60px;
  left: 0;
}
.block-institutions__list__item,
.block-persons__list__item,
.block-keywords__list__item,
.block-places__list__item,
.block-newspapers__list__item {
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 10px;
  flex: 1 1 80px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 5px;
  cursor: pointer;
}
.block-institutions__list__item:link,
.block-persons__list__item:link,
.block-keywords__list__item:link,
.block-places__list__item:link,
.block-newspapers__list__item:link,
.block-institutions__list__item:active,
.block-persons__list__item:active,
.block-keywords__list__item:active,
.block-places__list__item:active,
.block-newspapers__list__item:active,
.block-institutions__list__item:focus,
.block-persons__list__item:focus,
.block-keywords__list__item:focus,
.block-places__list__item:focus,
.block-newspapers__list__item:focus,
.block-institutions__list__item:visited,
.block-persons__list__item:visited,
.block-keywords__list__item:visited,
.block-places__list__item:visited,
.block-newspapers__list__item:visited {
  text-decoration: none;
  color: black;
}
.block-institutions__list__item:hover,
.block-persons__list__item:hover,
.block-keywords__list__item:hover,
.block-places__list__item:hover,
.block-newspapers__list__item:hover {
  color: white;
}
.block-institutions__list__item:hover,
.block-persons__list__item:hover,
.block-keywords__list__item:hover,
.block-places__list__item:hover,
.block-newspapers__list__item:hover {
  background-color: #0D5F94;
}
.block-institutions__list__item,
.block-persons__list__item,
.block-keywords__list__item,
.block-places__list__item,
.block-newspapers__list__item,
.block-institutions__list__item__label,
.block-persons__list__item__label,
.block-keywords__list__item__label,
.block-places__list__item__label,
.block-newspapers__list__item__label {
  display: flex;
  flex-flow: column;
}
.block-institutions__list__item__img,
.block-persons__list__item__img,
.block-keywords__list__item__img,
.block-places__list__item__img,
.block-newspapers__list__item__img {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  float: left;
}
.block-institutions__list__item__img__image,
.block-persons__list__item__img__image,
.block-keywords__list__item__img__image,
.block-places__list__item__img__image,
.block-newspapers__list__item__img__image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.block-institutions__list__item__label,
.block-persons__list__item__label,
.block-keywords__list__item__label,
.block-places__list__item__label,
.block-newspapers__list__item__label {
  font-size: 14px;
  text-align: center;
}
.block-institutions__list__item__label__name,
.block-persons__list__item__label__name,
.block-keywords__list__item__label__name,
.block-places__list__item__label__name,
.block-newspapers__list__item__label__name {
  margin-top: 20px;
  font-size: 1.3em;
}
.block-institutions__list__item__img {
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 5px;
}
.news_latest .card__content__list {
  max-height: 30vh;
  overflow: scroll;
  padding-bottom: 50px;
}
.news_latest .card__content__list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 100%);
  bottom: 60px;
  left: 0;
}
.keywords-list__item {
  display: inline-block;
  background-color: lightgrey;
  padding: 7px;
  border-radius: 4px;
  margin: 3.5px;
}
.keywords-list__item,
.keywords-list__item > *,
.keywords-list__item:link,
.keywords-list__item > *:link,
.keywords-list__item:visited,
.keywords-list__item > *:visited,
.keywords-list__item:active,
.keywords-list__item > *:active {
  color: black;
  text-decoration: none;
}
.keywords-list__item:hover,
.keywords-list__item > *:hover {
  color: #0D5F94;
}
.keywords-list__item:hover {
  background-color: lightblue;
}
.keywords-list__item .material-icons {
  font-size: 1.6em;
  vertical-align: middle;
}
.keywords-list__item,
.keywords-list__item > *,
.keywords-list__item:link,
.keywords-list__item > *:link,
.keywords-list__item:visited,
.keywords-list__item > *:visited,
.keywords-list__item:active,
.keywords-list__item > *:active {
  color: black;
  text-decoration: none;
}
.keywords-list__item:hover,
.keywords-list__item > *:hover {
  color: #0D5F94;
}
.keywords-list__item:hover {
  background-color: lightblue;
}
.keywords-list__item .material-icons {
  font-size: 1.6em;
  vertical-align: middle;
}
.files-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 30vh;
  overflow: scroll;
  padding-bottom: 50px;
}
.files-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 100%);
  bottom: 60px;
  left: 0;
}
.files-list:after {
  bottom: 20px;
}
.files-list__item {
  flex: 1 0 300px;
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin: 0 20px 20px 0;
  font-size: 14px;
}
.files-list__item__image {
  flex: 0 0 130px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
}
.files-list__item__image img {
  height: 100px;
  margin: 0 auto 0 auto;
}
.files-list__item__text__header {
  font-size: 20px;
  margin-bottom: 10px;
}
@keyframes donate_appearance {
  0% {
    right: -45vw;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.donate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  animation: donate_appearance 1s 1s;
  animation-fill-mode: forwards;
  right: -45vw;
  opacity: 0;
}
.donate h2 {
  flex: 1 0 100%;
}
.donate h3 {
  padding-bottom: 10px;
  border-bottom: 1px #CCCCCC solid;
}
.donate__section {
  box-sizing: border-box;
  flex: 0 1 30%;
}
.donate__section--paypal {
  flex: 1 1 60%;
  padding-right: 20px;
}
.donate__section.card__content {
  margin: 40px 0;
}
.donate__section .label {
  margin-bottom: 20px;
}
.donate__section .label__input--checkbox {
  border-top: 1px #CCCCCC solid;
}
.donate__section .button {
  display: inline-block;
  border-radius: 10px;
  background-color: white;
  font-size: 18px;
  padding: 6px 18px;
  vertical-align: bottom;
  line-height: 36px;
  margin: auto;
  height: auto;
  background: white;
  box-shadow: none;
  border: 0;
  color: black;
  cursor: pointer;
  transform: scale(1);
  transition: all 500ms;
}
.donate__section .button:focus {
  outline: none;
}
.donate__section .button a,
.donate__section .button a > *,
.donate__section .button a:link,
.donate__section .button a > *:link,
.donate__section .button a:visited,
.donate__section .button a > *:visited,
.donate__section .button a:active,
.donate__section .button a > *:active {
  color: black;
  text-decoration: none;
}
.donate__section .button a:hover,
.donate__section .button a > *:hover {
  color: #0D5F94;
}
.donate__section .button a:link,
.donate__section .button a:active,
.donate__section .button a:visited {
  color: white;
}
@media (max-width: 500px) {
  .donate__section .button {
    font-size: 14px;
  }
}
.donate__section .button:focus {
  outline: none;
}
.donate__section .button a,
.donate__section .button a > *,
.donate__section .button a:link,
.donate__section .button a > *:link,
.donate__section .button a:visited,
.donate__section .button a > *:visited,
.donate__section .button a:active,
.donate__section .button a > *:active {
  color: black;
  text-decoration: none;
}
.donate__section .button a:hover,
.donate__section .button a > *:hover {
  color: #0D5F94;
}
.donate__section .button a:link,
.donate__section .button a:active,
.donate__section .button a:visited {
  color: white;
}
@media (max-width: 500px) {
  .donate__section .button {
    font-size: 14px;
  }
}
.donate__section .button:focus {
  outline: none;
}
.donate__section .button:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.donate__section .button.blue {
  background-color: #0D5F94;
  color: white;
}
.donate__section .button.blue:hover {
  background-color: #2478d2;
}
.donate__section .button:focus {
  outline: none;
}
.donate__section .button:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.donate__section #custom-donation__input {
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-size: 18px;
  background: transparent;
}
.donate__section .label__input--checkbox {
  display: none;
}
.donate__section .label__input--checkbox ~ span:before {
  display: block;
  font-size: 18px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px white solid;
  font-family: "Material Icons";
  margin-right: 10px;
  content: "";
}
.donate__section .label__input--checkbox:checked ~ span:before {
  color: white;
  content: "\e5ca";
}
.donate__section--bank_transfer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-right: 20px;
}
.donate__section--bank_transfer h4 {
  font-weight: bold;
}
.donate__section--bank_transfer div {
  margin: 10px 0;
}
.donate__section--bank_transfer p {
  font-size: 14px;
}
.search__tabs {
  position: relative;
  top: 30px;
  display: flex;
  font-size: 14px;
  background: white;
  margin: 0 20px;
  z-index: 1;
  border-bottom: 3px #f1f1f1 solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 800px) {
  .search__tabs {
    font-size: 18px;
  }
}
.search__tabs__item {
  transition: border-color 500ms;
  margin-bottom: -3px;
  display: block;
  padding: 20px;
  border-bottom: 3px #f1f1f1 solid;
  cursor: pointer;
}
.search__tabs .box_switch_selected {
  border-bottom-color: #0D5F94;
}
div.calendar {
  z-index: 10000;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  color: black;
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a > *,
h2 a > *,
h3 a > *,
h4 a > *,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h1 a > *:link,
h2 a > *:link,
h3 a > *:link,
h4 a > *:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h1 a > *:visited,
h2 a > *:visited,
h3 a > *:visited,
h4 a > *:visited,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h1 a > *:active,
h2 a > *:active,
h3 a > *:active,
h4 a > *:active {
  color: black;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h1 a > *:hover,
h2 a > *:hover,
h3 a > *:hover,
h4 a > *:hover {
  color: #0D5F94;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
:root,
html,
body {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 12px;
}
@media (min-width: 800px) {
  :root,
  html,
  body {
    font-size: 14px;
  }
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: black;
  background-color: #f5f5f5;
  grid-template-columns: 3fr 2fr;
  grid-gap: 10px;
}
@media (min-width: 800px) {
  body {
    display: grid;
  }
}
@media (min-width: 1200px) {
  body {
    grid-template-columns: 4fr 3fr;
  }
}
body .header,
body .top-banner,
body .page__footer {
  grid-column-end: span 2;
}
input,
select,
.box_search table {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 14px;
}
@media (min-width: 800px) {
  input,
  select,
  .box_search table {
    font-size: 18px;
  }
}
.box_search .submit-wrapper {
  padding-top: 2rem;
  text-align: center;
}
.box_search table td {
  padding-bottom: 1rem;
}
.table_o,
.table_o select {
  font-size: 14px;
}
aside {
  overflow-x: hidden;
}
.tag {
  display: inline-block;
  background-color: lightgrey;
  padding: 7px;
  border-radius: 4px;
  margin: 3.5px;
}
.tag,
.tag > *,
.tag:link,
.tag > *:link,
.tag:visited,
.tag > *:visited,
.tag:active,
.tag > *:active {
  color: black;
  text-decoration: none;
}
.tag:hover,
.tag > *:hover {
  color: #0D5F94;
}
.tag:hover {
  background-color: lightblue;
}
.tag .material-icons {
  font-size: 1.6em;
  vertical-align: middle;
}
.small-banner {
  position: relative;
  width: 100%;
  grid-column-end: span 2;
  font-size: 18px;
  background-color: #e75948;
  margin-bottom: -9px;
  z-index: 0;
}
.small-banner a {
  display: inline-block;
  padding: 20px 0;
  transition: padding 250ms;
}
.small-banner a:link,
.small-banner a:visited {
  color: white;
  text-decoration: none;
}
.small-banner a:hover {
  text-decoration: underline;
  padding: 30px 0;
}
.top-banner {
  margin: 20px;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.top-banner__item {
  display: flex;
  height: auto;
  margin: 20px auto;
}
.top-banner__item,
.top-banner__item > *,
.top-banner__item:link,
.top-banner__item > *:link,
.top-banner__item:visited,
.top-banner__item > *:visited,
.top-banner__item:active,
.top-banner__item > *:active {
  color: black;
  text-decoration: none;
}
.top-banner__item:hover,
.top-banner__item > *:hover {
  color: #0D5F94;
}
.top-banner__item--banner {
  display: flex;
  flex: 1 1 630px;
}
.top-banner__item--banner a {
  margin: 0 auto;
}
.top-banner__item--banner img {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.top-banner__button {
  display: inline-block;
  border-radius: 10px;
  background-color: white;
  font-size: 18px;
  padding: 6px 18px;
  vertical-align: bottom;
  line-height: 36px;
  margin: auto;
  height: auto;
  background: white;
  box-shadow: none;
  border: 0;
  color: black;
  cursor: pointer;
  transform: scale(1);
  transition: all 500ms;
  flex: 1 1 280px;
  align-self: center;
  margin: 20px 10px;
}
.top-banner__button:focus {
  outline: none;
}
.top-banner__button a,
.top-banner__button a > *,
.top-banner__button a:link,
.top-banner__button a > *:link,
.top-banner__button a:visited,
.top-banner__button a > *:visited,
.top-banner__button a:active,
.top-banner__button a > *:active {
  color: black;
  text-decoration: none;
}
.top-banner__button a:hover,
.top-banner__button a > *:hover {
  color: #0D5F94;
}
.top-banner__button a:link,
.top-banner__button a:active,
.top-banner__button a:visited {
  color: white;
}
@media (max-width: 500px) {
  .top-banner__button {
    font-size: 14px;
  }
}
.top-banner__button:focus {
  outline: none;
}
.top-banner__button a,
.top-banner__button a > *,
.top-banner__button a:link,
.top-banner__button a > *:link,
.top-banner__button a:visited,
.top-banner__button a > *:visited,
.top-banner__button a:active,
.top-banner__button a > *:active {
  color: black;
  text-decoration: none;
}
.top-banner__button a:hover,
.top-banner__button a > *:hover {
  color: #0D5F94;
}
.top-banner__button a:link,
.top-banner__button a:active,
.top-banner__button a:visited {
  color: white;
}
@media (max-width: 500px) {
  .top-banner__button {
    font-size: 14px;
  }
}
.top-banner__button:focus {
  outline: none;
}
.top-banner__button:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.top-banner__button.blue {
  background-color: #0D5F94;
  color: white;
}
.top-banner__button.blue:hover {
  background-color: #2478d2;
}
.top-banner__button:focus {
  outline: none;
}
.top-banner__button:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.top-banner__button--facebook i {
  vertical-align: baseline;
  position: relative;
  top: 0.2em;
  margin-right: 0.3em;
}
.top-banner__button:hover {
  background: #0D5F94;
}
.top-banner__button:hover,
.top-banner__button:hover i {
  color: white;
}
.top-banner.hidden {
  display: none;
}
.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: white;
  margin: 0;
}
.header__background {
  width: 100%;
  min-height: 50vh;
  padding-top: 5em;
}
@media (max-width: 800px) {
  .header__background {
    padding-top: 0;
    min-height: 30vh;
    position: relative;
    top: 40px;
  }
}
.header .corruption-counter,
.header .corruption-counter > *,
.header .corruption-counter:link,
.header .corruption-counter > *:link,
.header .corruption-counter:visited,
.header .corruption-counter > *:visited,
.header .corruption-counter:active,
.header .corruption-counter > *:active {
  color: black;
  text-decoration: none;
}
.header .corruption-counter:hover,
.header .corruption-counter > *:hover {
  color: #0D5F94;
}
.header .corruption-counter__amount {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 14px 0;
}
@media (max-width: 800px) {
  .header .corruption-counter__amount {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .header .corruption-counter {
    text-align: center;
  }
}
.header__item {
  flex: 1 1 auto;
  padding: 0 30px;
}
.header__item--title-and-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.header__item--title {
  margin: 20px;
}
.header__item--title a {
  text-decoration: none;
}
.header__item--title a h1 {
  margin: 0 ;
}
@media (max-width: 1000px) {
  .header__item--title a h1 {
    font-size: 42px;
  }
}
@media (max-width: 800px) {
  .header__item--title a h1 {
    font-size: 28px;
  }
}
.header__item--logo {
  margin-left: 20px;
  text-align: left;
  position: absolute;
  top: 0;
}
@media (max-width: 1000px) {
  .header__item--logo {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .header__item--logo {
    top: -40px;
  }
}
@media (max-width: 500px) {
  .header__item--logo {
    display: none;
  }
}
.header__item--logo img {
  padding: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header__item--logo img:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1000px) {
  .header__item--logo img {
    width: 80px;
  }
}
@media (max-width: 800px) {
  .header__item--logo img {
    width: 60px;
    padding: 10px;
  }
}
.header__item--logo.hidden {
  display: none;
}
.header__item--logo .site-slogan {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  max-width: 280px;
  margin: 0;
}
.header__item--logo a {
  text-decoration: none;
  color: black;
}
.header__item--logo h1 {
  margin: 20px 0 5px 0;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 800px) {
  .header__item--logo h1 {
    font-size: 42px;
  }
}
.header__item--logo.hidden ~ .header__item--corrupt {
  margin-top: 80px;
}
.header__item--lang {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 800px) {
  .header__item--lang {
    position: relative;
    padding: 12px;
    justify-content: center;
    top: -40px;
    right: auto;
  }
}
.header__item--lang .select-language {
  display: flex;
}
.header__item--lang .select-language__item--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header__item--lang .select-language__item--list li {
  margin-left: 10px;
}
.header__item--lang .select-language__item--list li a,
.header__item--lang .select-language__item--list li a > *,
.header__item--lang .select-language__item--list li a > *,
.header__item--lang .select-language__item--list li a > * > *,
.header__item--lang .select-language__item--list li a:link,
.header__item--lang .select-language__item--list li a > *:link,
.header__item--lang .select-language__item--list li a > *:link,
.header__item--lang .select-language__item--list li a > * > *:link,
.header__item--lang .select-language__item--list li a:visited,
.header__item--lang .select-language__item--list li a > *:visited,
.header__item--lang .select-language__item--list li a > *:visited,
.header__item--lang .select-language__item--list li a > * > *:visited,
.header__item--lang .select-language__item--list li a:active,
.header__item--lang .select-language__item--list li a > *:active,
.header__item--lang .select-language__item--list li a > *:active,
.header__item--lang .select-language__item--list li a > * > *:active {
  color: black;
  text-decoration: none;
}
.header__item--lang .select-language__item--list li a:hover,
.header__item--lang .select-language__item--list li a > *:hover,
.header__item--lang .select-language__item--list li a > *:hover,
.header__item--lang .select-language__item--list li a > * > *:hover {
  color: #0D5F94;
}
.header__item--lang .select-language__item.material-icons {
  font-size: 18px;
}
.header__item--social-link {
  font-size: 18px;
  color: black;
  margin-right: 16px;
}
.header__item--social-link:hover {
  color: #0D5F94;
}
.header__item--corrupt {
  padding-left: 30px;
  text-align: left;
}
.header__item--corrupt h1 {
  margin-top: 14px;
  font-size: 54px;
  font-weight: bold;
  text-transform: uppercase;
}
.header__item--search {
  align-self: flex-end;
}
.header__item--search,
.header__item--lang {
  flex: 1 1 50%;
}
.header__nav {
  flex: 1 100%;
  border-top: 1px solid #f5f5f5;
  margin: 0;
}
.header__nav__list {
  flex: 1 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
@media (max-width: 800px) {
  .header__nav__list {
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.header__nav__list__item {
  font-size: 18px;
}
@media (max-width: 800px) {
  .header__nav__list__item {
    font-size: 14px;
  }
}
.header__nav__list__item a {
  display: inline-block;
  margin: 13px 30px 0 0;
  padding: 0 0 10px 0;
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
  transition: border-bottom 500ms, color 500ms;
}
.header__nav__list__item a,
.header__nav__list__item a > *,
.header__nav__list__item a:link,
.header__nav__list__item a > *:link,
.header__nav__list__item a:visited,
.header__nav__list__item a > *:visited,
.header__nav__list__item a:active,
.header__nav__list__item a > *:active {
  color: black;
  text-decoration: none;
}
.header__nav__list__item a:hover,
.header__nav__list__item a > *:hover {
  color: #0D5F94;
}
.header__nav__list__item a:hover {
  border-bottom: 3px solid #0D5F94;
}
.header__nav__list__item--login {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 800px) {
  .header__nav__list__item--login {
    flex: 1 0 100%;
    text-align: right;
  }
}
.header__nav__list__item--login a {
  margin-right: 0;
  margin-left: 20px;
  text-align: right;
}
.page {
  display: grid;
  margin: 0 auto;
  text-align: left;
  background-color: #f5f5f5;
}
@media (min-width: 800px) {
  .page {
    padding: 0 20px;
  }
}
.page__content {
  display: flex;
  flex-flow: column;
}
.page__content__header {
  margin: 40px 20px 20px 20px;
  grid-column-end: span 4;
}
.page__content__section {
  grid-column-end: span 2;
}
.page__content__section--block-news,
.page__content__section--block-files,
.page__content__section--search-page,
.page__content__section--news-page,
.page__content__section--user-page,
.page__content__section--login,
.page__content__section--single-news,
.page__content__section--all-tags,
.page__content__section--persons-page {
  grid-column-start: 1;
  grid-column-end: span 4;
}
.page__content__section--block-files,
.page__content__section--block-persons,
.page__content__section--block-institutions,
.page__content__section--about,
.page__content__section--block-places,
.page__content__section--block-newspapers,
.page__content__section--news-page,
.page__content__section--all-keywords,
.page__content__section--configurator,
.page__content__section--all-tags,
.page__content__section--user-page,
.page__content__section--persons-page {
  position: relative;
  margin: 20px;
  padding: 20px;
  background: white;
  transition: transform 250ms, box-shadow 250ms;
  border-bottom: 2px solid #f1f1f1;
  text-align: left;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .page__content__section--block-files,
  .page__content__section--block-persons,
  .page__content__section--block-institutions,
  .page__content__section--about,
  .page__content__section--block-places,
  .page__content__section--block-newspapers,
  .page__content__section--news-page,
  .page__content__section--all-keywords,
  .page__content__section--configurator,
  .page__content__section--all-tags,
  .page__content__section--user-page,
  .page__content__section--persons-page {
    margin: 10px 0;
    padding: 10px;
  }
}
.page__content__section--block-files .card__metadata,
.page__content__section--block-persons .card__metadata,
.page__content__section--block-institutions .card__metadata,
.page__content__section--about .card__metadata,
.page__content__section--block-places .card__metadata,
.page__content__section--block-newspapers .card__metadata,
.page__content__section--news-page .card__metadata,
.page__content__section--all-keywords .card__metadata,
.page__content__section--configurator .card__metadata,
.page__content__section--all-tags .card__metadata,
.page__content__section--user-page .card__metadata,
.page__content__section--persons-page .card__metadata {
  margin-bottom: 20px;
}
.page__content__section--block-files .card__header,
.page__content__section--block-persons .card__header,
.page__content__section--block-institutions .card__header,
.page__content__section--about .card__header,
.page__content__section--block-places .card__header,
.page__content__section--block-newspapers .card__header,
.page__content__section--news-page .card__header,
.page__content__section--all-keywords .card__header,
.page__content__section--configurator .card__header,
.page__content__section--all-tags .card__header,
.page__content__section--user-page .card__header,
.page__content__section--persons-page .card__header {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.page__content__section--block-files .card__header__sidebar-icons,
.page__content__section--block-persons .card__header__sidebar-icons,
.page__content__section--block-institutions .card__header__sidebar-icons,
.page__content__section--about .card__header__sidebar-icons,
.page__content__section--block-places .card__header__sidebar-icons,
.page__content__section--block-newspapers .card__header__sidebar-icons,
.page__content__section--news-page .card__header__sidebar-icons,
.page__content__section--all-keywords .card__header__sidebar-icons,
.page__content__section--configurator .card__header__sidebar-icons,
.page__content__section--all-tags .card__header__sidebar-icons,
.page__content__section--user-page .card__header__sidebar-icons,
.page__content__section--persons-page .card__header__sidebar-icons {
  position: absolute;
  right: 20px;
  display: inline-block;
}
.page__content__section--block-files .card__header__sidebar-icons i,
.page__content__section--block-persons .card__header__sidebar-icons i,
.page__content__section--block-institutions .card__header__sidebar-icons i,
.page__content__section--about .card__header__sidebar-icons i,
.page__content__section--block-places .card__header__sidebar-icons i,
.page__content__section--block-newspapers .card__header__sidebar-icons i,
.page__content__section--news-page .card__header__sidebar-icons i,
.page__content__section--all-keywords .card__header__sidebar-icons i,
.page__content__section--configurator .card__header__sidebar-icons i,
.page__content__section--all-tags .card__header__sidebar-icons i,
.page__content__section--user-page .card__header__sidebar-icons i,
.page__content__section--persons-page .card__header__sidebar-icons i {
  font-size: 30px;
}
.page__content__section--block-files .card__content,
.page__content__section--block-persons .card__content,
.page__content__section--block-institutions .card__content,
.page__content__section--about .card__content,
.page__content__section--block-places .card__content,
.page__content__section--block-newspapers .card__content,
.page__content__section--news-page .card__content,
.page__content__section--all-keywords .card__content,
.page__content__section--configurator .card__content,
.page__content__section--all-tags .card__content,
.page__content__section--user-page .card__content,
.page__content__section--persons-page .card__content {
  margin: 20px 0;
  font-size: 18px;
}
@media (max-width: 800px) {
  .page__content__section--block-files .card__content,
  .page__content__section--block-persons .card__content,
  .page__content__section--block-institutions .card__content,
  .page__content__section--about .card__content,
  .page__content__section--block-places .card__content,
  .page__content__section--block-newspapers .card__content,
  .page__content__section--news-page .card__content,
  .page__content__section--all-keywords .card__content,
  .page__content__section--configurator .card__content,
  .page__content__section--all-tags .card__content,
  .page__content__section--user-page .card__content,
  .page__content__section--persons-page .card__content {
    font-size: 14px;
  }
}
.page__content__section--block-files .card__content:last-child,
.page__content__section--block-persons .card__content:last-child,
.page__content__section--block-institutions .card__content:last-child,
.page__content__section--about .card__content:last-child,
.page__content__section--block-places .card__content:last-child,
.page__content__section--block-newspapers .card__content:last-child,
.page__content__section--news-page .card__content:last-child,
.page__content__section--all-keywords .card__content:last-child,
.page__content__section--configurator .card__content:last-child,
.page__content__section--all-tags .card__content:last-child,
.page__content__section--user-page .card__content:last-child,
.page__content__section--persons-page .card__content:last-child {
  margin-bottom: 0;
}
.page__content__section--block-files .card__metadata__item,
.page__content__section--block-persons .card__metadata__item,
.page__content__section--block-institutions .card__metadata__item,
.page__content__section--about .card__metadata__item,
.page__content__section--block-places .card__metadata__item,
.page__content__section--block-newspapers .card__metadata__item,
.page__content__section--news-page .card__metadata__item,
.page__content__section--all-keywords .card__metadata__item,
.page__content__section--configurator .card__metadata__item,
.page__content__section--all-tags .card__metadata__item,
.page__content__section--user-page .card__metadata__item,
.page__content__section--persons-page .card__metadata__item {
  margin-right: 20px;
}
.page__content__section--block-files .card__metadata__item__container,
.page__content__section--block-persons .card__metadata__item__container,
.page__content__section--block-institutions .card__metadata__item__container,
.page__content__section--about .card__metadata__item__container,
.page__content__section--block-places .card__metadata__item__container,
.page__content__section--block-newspapers .card__metadata__item__container,
.page__content__section--news-page .card__metadata__item__container,
.page__content__section--all-keywords .card__metadata__item__container,
.page__content__section--configurator .card__metadata__item__container,
.page__content__section--all-tags .card__metadata__item__container,
.page__content__section--user-page .card__metadata__item__container,
.page__content__section--persons-page .card__metadata__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page__content__section--block-files .card__metadata__item a,
.page__content__section--block-persons .card__metadata__item a,
.page__content__section--block-institutions .card__metadata__item a,
.page__content__section--about .card__metadata__item a,
.page__content__section--block-places .card__metadata__item a,
.page__content__section--block-newspapers .card__metadata__item a,
.page__content__section--news-page .card__metadata__item a,
.page__content__section--all-keywords .card__metadata__item a,
.page__content__section--configurator .card__metadata__item a,
.page__content__section--all-tags .card__metadata__item a,
.page__content__section--user-page .card__metadata__item a,
.page__content__section--persons-page .card__metadata__item a,
.page__content__section--block-files .card__metadata__item a > *,
.page__content__section--block-persons .card__metadata__item a > *,
.page__content__section--block-institutions .card__metadata__item a > *,
.page__content__section--about .card__metadata__item a > *,
.page__content__section--block-places .card__metadata__item a > *,
.page__content__section--block-newspapers .card__metadata__item a > *,
.page__content__section--news-page .card__metadata__item a > *,
.page__content__section--all-keywords .card__metadata__item a > *,
.page__content__section--configurator .card__metadata__item a > *,
.page__content__section--all-tags .card__metadata__item a > *,
.page__content__section--user-page .card__metadata__item a > *,
.page__content__section--persons-page .card__metadata__item a > *,
.page__content__section--block-files .card__metadata__item a:link,
.page__content__section--block-persons .card__metadata__item a:link,
.page__content__section--block-institutions .card__metadata__item a:link,
.page__content__section--about .card__metadata__item a:link,
.page__content__section--block-places .card__metadata__item a:link,
.page__content__section--block-newspapers .card__metadata__item a:link,
.page__content__section--news-page .card__metadata__item a:link,
.page__content__section--all-keywords .card__metadata__item a:link,
.page__content__section--configurator .card__metadata__item a:link,
.page__content__section--all-tags .card__metadata__item a:link,
.page__content__section--user-page .card__metadata__item a:link,
.page__content__section--persons-page .card__metadata__item a:link,
.page__content__section--block-files .card__metadata__item a > *:link,
.page__content__section--block-persons .card__metadata__item a > *:link,
.page__content__section--block-institutions .card__metadata__item a > *:link,
.page__content__section--about .card__metadata__item a > *:link,
.page__content__section--block-places .card__metadata__item a > *:link,
.page__content__section--block-newspapers .card__metadata__item a > *:link,
.page__content__section--news-page .card__metadata__item a > *:link,
.page__content__section--all-keywords .card__metadata__item a > *:link,
.page__content__section--configurator .card__metadata__item a > *:link,
.page__content__section--all-tags .card__metadata__item a > *:link,
.page__content__section--user-page .card__metadata__item a > *:link,
.page__content__section--persons-page .card__metadata__item a > *:link,
.page__content__section--block-files .card__metadata__item a:visited,
.page__content__section--block-persons .card__metadata__item a:visited,
.page__content__section--block-institutions .card__metadata__item a:visited,
.page__content__section--about .card__metadata__item a:visited,
.page__content__section--block-places .card__metadata__item a:visited,
.page__content__section--block-newspapers .card__metadata__item a:visited,
.page__content__section--news-page .card__metadata__item a:visited,
.page__content__section--all-keywords .card__metadata__item a:visited,
.page__content__section--configurator .card__metadata__item a:visited,
.page__content__section--all-tags .card__metadata__item a:visited,
.page__content__section--user-page .card__metadata__item a:visited,
.page__content__section--persons-page .card__metadata__item a:visited,
.page__content__section--block-files .card__metadata__item a > *:visited,
.page__content__section--block-persons .card__metadata__item a > *:visited,
.page__content__section--block-institutions .card__metadata__item a > *:visited,
.page__content__section--about .card__metadata__item a > *:visited,
.page__content__section--block-places .card__metadata__item a > *:visited,
.page__content__section--block-newspapers .card__metadata__item a > *:visited,
.page__content__section--news-page .card__metadata__item a > *:visited,
.page__content__section--all-keywords .card__metadata__item a > *:visited,
.page__content__section--configurator .card__metadata__item a > *:visited,
.page__content__section--all-tags .card__metadata__item a > *:visited,
.page__content__section--user-page .card__metadata__item a > *:visited,
.page__content__section--persons-page .card__metadata__item a > *:visited,
.page__content__section--block-files .card__metadata__item a:active,
.page__content__section--block-persons .card__metadata__item a:active,
.page__content__section--block-institutions .card__metadata__item a:active,
.page__content__section--about .card__metadata__item a:active,
.page__content__section--block-places .card__metadata__item a:active,
.page__content__section--block-newspapers .card__metadata__item a:active,
.page__content__section--news-page .card__metadata__item a:active,
.page__content__section--all-keywords .card__metadata__item a:active,
.page__content__section--configurator .card__metadata__item a:active,
.page__content__section--all-tags .card__metadata__item a:active,
.page__content__section--user-page .card__metadata__item a:active,
.page__content__section--persons-page .card__metadata__item a:active,
.page__content__section--block-files .card__metadata__item a > *:active,
.page__content__section--block-persons .card__metadata__item a > *:active,
.page__content__section--block-institutions .card__metadata__item a > *:active,
.page__content__section--about .card__metadata__item a > *:active,
.page__content__section--block-places .card__metadata__item a > *:active,
.page__content__section--block-newspapers .card__metadata__item a > *:active,
.page__content__section--news-page .card__metadata__item a > *:active,
.page__content__section--all-keywords .card__metadata__item a > *:active,
.page__content__section--configurator .card__metadata__item a > *:active,
.page__content__section--all-tags .card__metadata__item a > *:active,
.page__content__section--user-page .card__metadata__item a > *:active,
.page__content__section--persons-page .card__metadata__item a > *:active {
  color: black;
  text-decoration: none;
}
.page__content__section--block-files .card__metadata__item a:hover,
.page__content__section--block-persons .card__metadata__item a:hover,
.page__content__section--block-institutions .card__metadata__item a:hover,
.page__content__section--about .card__metadata__item a:hover,
.page__content__section--block-places .card__metadata__item a:hover,
.page__content__section--block-newspapers .card__metadata__item a:hover,
.page__content__section--news-page .card__metadata__item a:hover,
.page__content__section--all-keywords .card__metadata__item a:hover,
.page__content__section--configurator .card__metadata__item a:hover,
.page__content__section--all-tags .card__metadata__item a:hover,
.page__content__section--user-page .card__metadata__item a:hover,
.page__content__section--persons-page .card__metadata__item a:hover,
.page__content__section--block-files .card__metadata__item a > *:hover,
.page__content__section--block-persons .card__metadata__item a > *:hover,
.page__content__section--block-institutions .card__metadata__item a > *:hover,
.page__content__section--about .card__metadata__item a > *:hover,
.page__content__section--block-places .card__metadata__item a > *:hover,
.page__content__section--block-newspapers .card__metadata__item a > *:hover,
.page__content__section--news-page .card__metadata__item a > *:hover,
.page__content__section--all-keywords .card__metadata__item a > *:hover,
.page__content__section--configurator .card__metadata__item a > *:hover,
.page__content__section--all-tags .card__metadata__item a > *:hover,
.page__content__section--user-page .card__metadata__item a > *:hover,
.page__content__section--persons-page .card__metadata__item a > *:hover {
  color: #0D5F94;
}
.page__content__section--block-files .card__metadata__item:hover,
.page__content__section--block-persons .card__metadata__item:hover,
.page__content__section--block-institutions .card__metadata__item:hover,
.page__content__section--about .card__metadata__item:hover,
.page__content__section--block-places .card__metadata__item:hover,
.page__content__section--block-newspapers .card__metadata__item:hover,
.page__content__section--news-page .card__metadata__item:hover,
.page__content__section--all-keywords .card__metadata__item:hover,
.page__content__section--configurator .card__metadata__item:hover,
.page__content__section--all-tags .card__metadata__item:hover,
.page__content__section--user-page .card__metadata__item:hover,
.page__content__section--persons-page .card__metadata__item:hover,
.page__content__section--block-files .card__metadata__item:hover a,
.page__content__section--block-persons .card__metadata__item:hover a,
.page__content__section--block-institutions .card__metadata__item:hover a,
.page__content__section--about .card__metadata__item:hover a,
.page__content__section--block-places .card__metadata__item:hover a,
.page__content__section--block-newspapers .card__metadata__item:hover a,
.page__content__section--news-page .card__metadata__item:hover a,
.page__content__section--all-keywords .card__metadata__item:hover a,
.page__content__section--configurator .card__metadata__item:hover a,
.page__content__section--all-tags .card__metadata__item:hover a,
.page__content__section--user-page .card__metadata__item:hover a,
.page__content__section--persons-page .card__metadata__item:hover a,
.page__content__section--block-files .card__metadata__item:hover .material-icons,
.page__content__section--block-persons .card__metadata__item:hover .material-icons,
.page__content__section--block-institutions .card__metadata__item:hover .material-icons,
.page__content__section--about .card__metadata__item:hover .material-icons,
.page__content__section--block-places .card__metadata__item:hover .material-icons,
.page__content__section--block-newspapers .card__metadata__item:hover .material-icons,
.page__content__section--news-page .card__metadata__item:hover .material-icons,
.page__content__section--all-keywords .card__metadata__item:hover .material-icons,
.page__content__section--configurator .card__metadata__item:hover .material-icons,
.page__content__section--all-tags .card__metadata__item:hover .material-icons,
.page__content__section--user-page .card__metadata__item:hover .material-icons,
.page__content__section--persons-page .card__metadata__item:hover .material-icons {
  color: #0D5F94;
}
.page__content__section--block-files .card__metadata__item:hover .material-icons,
.page__content__section--block-persons .card__metadata__item:hover .material-icons,
.page__content__section--block-institutions .card__metadata__item:hover .material-icons,
.page__content__section--about .card__metadata__item:hover .material-icons,
.page__content__section--block-places .card__metadata__item:hover .material-icons,
.page__content__section--block-newspapers .card__metadata__item:hover .material-icons,
.page__content__section--news-page .card__metadata__item:hover .material-icons,
.page__content__section--all-keywords .card__metadata__item:hover .material-icons,
.page__content__section--configurator .card__metadata__item:hover .material-icons,
.page__content__section--all-tags .card__metadata__item:hover .material-icons,
.page__content__section--user-page .card__metadata__item:hover .material-icons,
.page__content__section--persons-page .card__metadata__item:hover .material-icons {
  margin-top: -7px;
}
.page__content__section--block-files .card__metadata__item i.material-icons,
.page__content__section--block-persons .card__metadata__item i.material-icons,
.page__content__section--block-institutions .card__metadata__item i.material-icons,
.page__content__section--about .card__metadata__item i.material-icons,
.page__content__section--block-places .card__metadata__item i.material-icons,
.page__content__section--block-newspapers .card__metadata__item i.material-icons,
.page__content__section--news-page .card__metadata__item i.material-icons,
.page__content__section--all-keywords .card__metadata__item i.material-icons,
.page__content__section--configurator .card__metadata__item i.material-icons,
.page__content__section--all-tags .card__metadata__item i.material-icons,
.page__content__section--user-page .card__metadata__item i.material-icons,
.page__content__section--persons-page .card__metadata__item i.material-icons {
  font-size: 18px;
  margin-top: -2px;
  transition: margin-top 250ms;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .page__content__section--block-files .card__metadata__item i.material-icons,
  .page__content__section--block-persons .card__metadata__item i.material-icons,
  .page__content__section--block-institutions .card__metadata__item i.material-icons,
  .page__content__section--about .card__metadata__item i.material-icons,
  .page__content__section--block-places .card__metadata__item i.material-icons,
  .page__content__section--block-newspapers .card__metadata__item i.material-icons,
  .page__content__section--news-page .card__metadata__item i.material-icons,
  .page__content__section--all-keywords .card__metadata__item i.material-icons,
  .page__content__section--configurator .card__metadata__item i.material-icons,
  .page__content__section--all-tags .card__metadata__item i.material-icons,
  .page__content__section--user-page .card__metadata__item i.material-icons,
  .page__content__section--persons-page .card__metadata__item i.material-icons {
    font-size: 14px;
  }
}
.page__content__section--block-files--special,
.page__content__section--block-persons--special,
.page__content__section--block-institutions--special,
.page__content__section--about--special,
.page__content__section--block-places--special,
.page__content__section--block-newspapers--special,
.page__content__section--news-page--special,
.page__content__section--all-keywords--special,
.page__content__section--configurator--special,
.page__content__section--all-tags--special,
.page__content__section--user-page--special,
.page__content__section--persons-page--special {
  background: #B22817;
}
.page__content__section--block-files--special .card__header,
.page__content__section--block-persons--special .card__header,
.page__content__section--block-institutions--special .card__header,
.page__content__section--about--special .card__header,
.page__content__section--block-places--special .card__header,
.page__content__section--block-newspapers--special .card__header,
.page__content__section--news-page--special .card__header,
.page__content__section--all-keywords--special .card__header,
.page__content__section--configurator--special .card__header,
.page__content__section--all-tags--special .card__header,
.page__content__section--user-page--special .card__header,
.page__content__section--persons-page--special .card__header,
.page__content__section--block-files--special .card__content,
.page__content__section--block-persons--special .card__content,
.page__content__section--block-institutions--special .card__content,
.page__content__section--about--special .card__content,
.page__content__section--block-places--special .card__content,
.page__content__section--block-newspapers--special .card__content,
.page__content__section--news-page--special .card__content,
.page__content__section--all-keywords--special .card__content,
.page__content__section--configurator--special .card__content,
.page__content__section--all-tags--special .card__content,
.page__content__section--user-page--special .card__content,
.page__content__section--persons-page--special .card__content,
.page__content__section--block-files--special,
.page__content__section--block-persons--special,
.page__content__section--block-institutions--special,
.page__content__section--about--special,
.page__content__section--block-places--special,
.page__content__section--block-newspapers--special,
.page__content__section--news-page--special,
.page__content__section--all-keywords--special,
.page__content__section--configurator--special,
.page__content__section--all-tags--special,
.page__content__section--user-page--special,
.page__content__section--persons-page--special,
.page__content__section--block-files--special h1,
.page__content__section--block-persons--special h1,
.page__content__section--block-institutions--special h1,
.page__content__section--about--special h1,
.page__content__section--block-places--special h1,
.page__content__section--block-newspapers--special h1,
.page__content__section--news-page--special h1,
.page__content__section--all-keywords--special h1,
.page__content__section--configurator--special h1,
.page__content__section--all-tags--special h1,
.page__content__section--user-page--special h1,
.page__content__section--persons-page--special h1,
.page__content__section--block-files--special h2,
.page__content__section--block-persons--special h2,
.page__content__section--block-institutions--special h2,
.page__content__section--about--special h2,
.page__content__section--block-places--special h2,
.page__content__section--block-newspapers--special h2,
.page__content__section--news-page--special h2,
.page__content__section--all-keywords--special h2,
.page__content__section--configurator--special h2,
.page__content__section--all-tags--special h2,
.page__content__section--user-page--special h2,
.page__content__section--persons-page--special h2,
.page__content__section--block-files--special h3,
.page__content__section--block-persons--special h3,
.page__content__section--block-institutions--special h3,
.page__content__section--about--special h3,
.page__content__section--block-places--special h3,
.page__content__section--block-newspapers--special h3,
.page__content__section--news-page--special h3,
.page__content__section--all-keywords--special h3,
.page__content__section--configurator--special h3,
.page__content__section--all-tags--special h3,
.page__content__section--user-page--special h3,
.page__content__section--persons-page--special h3,
.page__content__section--block-files--special h4,
.page__content__section--block-persons--special h4,
.page__content__section--block-institutions--special h4,
.page__content__section--about--special h4,
.page__content__section--block-places--special h4,
.page__content__section--block-newspapers--special h4,
.page__content__section--news-page--special h4,
.page__content__section--all-keywords--special h4,
.page__content__section--configurator--special h4,
.page__content__section--all-tags--special h4,
.page__content__section--user-page--special h4,
.page__content__section--persons-page--special h4,
.page__content__section--block-files--special a,
.page__content__section--block-persons--special a,
.page__content__section--block-institutions--special a,
.page__content__section--about--special a,
.page__content__section--block-places--special a,
.page__content__section--block-newspapers--special a,
.page__content__section--news-page--special a,
.page__content__section--all-keywords--special a,
.page__content__section--configurator--special a,
.page__content__section--all-tags--special a,
.page__content__section--user-page--special a,
.page__content__section--persons-page--special a {
  color: white !important;
}
.page__content__section--block-files--special .card__content a,
.page__content__section--block-persons--special .card__content a,
.page__content__section--block-institutions--special .card__content a,
.page__content__section--about--special .card__content a,
.page__content__section--block-places--special .card__content a,
.page__content__section--block-newspapers--special .card__content a,
.page__content__section--news-page--special .card__content a,
.page__content__section--all-keywords--special .card__content a,
.page__content__section--configurator--special .card__content a,
.page__content__section--all-tags--special .card__content a,
.page__content__section--user-page--special .card__content a,
.page__content__section--persons-page--special .card__content a {
  text-decoration: none;
}
.page__content__section--block-files--special .card__content a:hover,
.page__content__section--block-persons--special .card__content a:hover,
.page__content__section--block-institutions--special .card__content a:hover,
.page__content__section--about--special .card__content a:hover,
.page__content__section--block-places--special .card__content a:hover,
.page__content__section--block-newspapers--special .card__content a:hover,
.page__content__section--news-page--special .card__content a:hover,
.page__content__section--all-keywords--special .card__content a:hover,
.page__content__section--configurator--special .card__content a:hover,
.page__content__section--all-tags--special .card__content a:hover,
.page__content__section--user-page--special .card__content a:hover,
.page__content__section--persons-page--special .card__content a:hover {
  background: white;
  color: #B22817 !important;
}
.page__content__section--block-files--special .card__content__list,
.page__content__section--block-persons--special .card__content__list,
.page__content__section--block-institutions--special .card__content__list,
.page__content__section--about--special .card__content__list,
.page__content__section--block-places--special .card__content__list,
.page__content__section--block-newspapers--special .card__content__list,
.page__content__section--news-page--special .card__content__list,
.page__content__section--all-keywords--special .card__content__list,
.page__content__section--configurator--special .card__content__list,
.page__content__section--all-tags--special .card__content__list,
.page__content__section--user-page--special .card__content__list,
.page__content__section--persons-page--special .card__content__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.page__content__section--block-files--special .card__content__list__item,
.page__content__section--block-persons--special .card__content__list__item,
.page__content__section--block-institutions--special .card__content__list__item,
.page__content__section--about--special .card__content__list__item,
.page__content__section--block-places--special .card__content__list__item,
.page__content__section--block-newspapers--special .card__content__list__item,
.page__content__section--news-page--special .card__content__list__item,
.page__content__section--all-keywords--special .card__content__list__item,
.page__content__section--configurator--special .card__content__list__item,
.page__content__section--all-tags--special .card__content__list__item,
.page__content__section--user-page--special .card__content__list__item,
.page__content__section--persons-page--special .card__content__list__item {
  margin-right: 0.5em;
  font-size: 14px;
}
.page__content__section--block-files--special .card__content__list__item a,
.page__content__section--block-persons--special .card__content__list__item a,
.page__content__section--block-institutions--special .card__content__list__item a,
.page__content__section--about--special .card__content__list__item a,
.page__content__section--block-places--special .card__content__list__item a,
.page__content__section--block-newspapers--special .card__content__list__item a,
.page__content__section--news-page--special .card__content__list__item a,
.page__content__section--all-keywords--special .card__content__list__item a,
.page__content__section--configurator--special .card__content__list__item a,
.page__content__section--all-tags--special .card__content__list__item a,
.page__content__section--user-page--special .card__content__list__item a,
.page__content__section--persons-page--special .card__content__list__item a {
  display: inline-block;
  text-align: center;
  border-radius: 0.5em;
  padding: 3px;
}
@media (max-width: 800px) {
  .page__content__section--block-files,
  .page__content__section--block-persons,
  .page__content__section--block-institutions,
  .page__content__section--about,
  .page__content__section--block-places,
  .page__content__section--block-newspapers,
  .page__content__section--news-page,
  .page__content__section--all-keywords,
  .page__content__section--configurator,
  .page__content__section--all-tags,
  .page__content__section--user-page,
  .page__content__section--persons-page {
    margin: 10px 0;
    padding: 10px;
  }
}
.page__content__section--block-files .card__metadata,
.page__content__section--block-persons .card__metadata,
.page__content__section--block-institutions .card__metadata,
.page__content__section--about .card__metadata,
.page__content__section--block-places .card__metadata,
.page__content__section--block-newspapers .card__metadata,
.page__content__section--news-page .card__metadata,
.page__content__section--all-keywords .card__metadata,
.page__content__section--configurator .card__metadata,
.page__content__section--all-tags .card__metadata,
.page__content__section--user-page .card__metadata,
.page__content__section--persons-page .card__metadata {
  margin-bottom: 20px;
}
.page__content__section--block-files .card__header,
.page__content__section--block-persons .card__header,
.page__content__section--block-institutions .card__header,
.page__content__section--about .card__header,
.page__content__section--block-places .card__header,
.page__content__section--block-newspapers .card__header,
.page__content__section--news-page .card__header,
.page__content__section--all-keywords .card__header,
.page__content__section--configurator .card__header,
.page__content__section--all-tags .card__header,
.page__content__section--user-page .card__header,
.page__content__section--persons-page .card__header {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.page__content__section--block-files .card__header__sidebar-icons,
.page__content__section--block-persons .card__header__sidebar-icons,
.page__content__section--block-institutions .card__header__sidebar-icons,
.page__content__section--about .card__header__sidebar-icons,
.page__content__section--block-places .card__header__sidebar-icons,
.page__content__section--block-newspapers .card__header__sidebar-icons,
.page__content__section--news-page .card__header__sidebar-icons,
.page__content__section--all-keywords .card__header__sidebar-icons,
.page__content__section--configurator .card__header__sidebar-icons,
.page__content__section--all-tags .card__header__sidebar-icons,
.page__content__section--user-page .card__header__sidebar-icons,
.page__content__section--persons-page .card__header__sidebar-icons {
  position: absolute;
  right: 20px;
  display: inline-block;
}
.page__content__section--block-files .card__header__sidebar-icons i,
.page__content__section--block-persons .card__header__sidebar-icons i,
.page__content__section--block-institutions .card__header__sidebar-icons i,
.page__content__section--about .card__header__sidebar-icons i,
.page__content__section--block-places .card__header__sidebar-icons i,
.page__content__section--block-newspapers .card__header__sidebar-icons i,
.page__content__section--news-page .card__header__sidebar-icons i,
.page__content__section--all-keywords .card__header__sidebar-icons i,
.page__content__section--configurator .card__header__sidebar-icons i,
.page__content__section--all-tags .card__header__sidebar-icons i,
.page__content__section--user-page .card__header__sidebar-icons i,
.page__content__section--persons-page .card__header__sidebar-icons i {
  font-size: 30px;
}
.page__content__section--block-files .card__content,
.page__content__section--block-persons .card__content,
.page__content__section--block-institutions .card__content,
.page__content__section--about .card__content,
.page__content__section--block-places .card__content,
.page__content__section--block-newspapers .card__content,
.page__content__section--news-page .card__content,
.page__content__section--all-keywords .card__content,
.page__content__section--configurator .card__content,
.page__content__section--all-tags .card__content,
.page__content__section--user-page .card__content,
.page__content__section--persons-page .card__content {
  margin: 20px 0;
  font-size: 18px;
}
@media (max-width: 800px) {
  .page__content__section--block-files .card__content,
  .page__content__section--block-persons .card__content,
  .page__content__section--block-institutions .card__content,
  .page__content__section--about .card__content,
  .page__content__section--block-places .card__content,
  .page__content__section--block-newspapers .card__content,
  .page__content__section--news-page .card__content,
  .page__content__section--all-keywords .card__content,
  .page__content__section--configurator .card__content,
  .page__content__section--all-tags .card__content,
  .page__content__section--user-page .card__content,
  .page__content__section--persons-page .card__content {
    font-size: 14px;
  }
}
.page__content__section--block-files .card__content:last-child,
.page__content__section--block-persons .card__content:last-child,
.page__content__section--block-institutions .card__content:last-child,
.page__content__section--about .card__content:last-child,
.page__content__section--block-places .card__content:last-child,
.page__content__section--block-newspapers .card__content:last-child,
.page__content__section--news-page .card__content:last-child,
.page__content__section--all-keywords .card__content:last-child,
.page__content__section--configurator .card__content:last-child,
.page__content__section--all-tags .card__content:last-child,
.page__content__section--user-page .card__content:last-child,
.page__content__section--persons-page .card__content:last-child {
  margin-bottom: 0;
}
.page__content__section--block-files .card__metadata__item,
.page__content__section--block-persons .card__metadata__item,
.page__content__section--block-institutions .card__metadata__item,
.page__content__section--about .card__metadata__item,
.page__content__section--block-places .card__metadata__item,
.page__content__section--block-newspapers .card__metadata__item,
.page__content__section--news-page .card__metadata__item,
.page__content__section--all-keywords .card__metadata__item,
.page__content__section--configurator .card__metadata__item,
.page__content__section--all-tags .card__metadata__item,
.page__content__section--user-page .card__metadata__item,
.page__content__section--persons-page .card__metadata__item {
  margin-right: 20px;
}
.page__content__section--block-files .card__metadata__item__container,
.page__content__section--block-persons .card__metadata__item__container,
.page__content__section--block-institutions .card__metadata__item__container,
.page__content__section--about .card__metadata__item__container,
.page__content__section--block-places .card__metadata__item__container,
.page__content__section--block-newspapers .card__metadata__item__container,
.page__content__section--news-page .card__metadata__item__container,
.page__content__section--all-keywords .card__metadata__item__container,
.page__content__section--configurator .card__metadata__item__container,
.page__content__section--all-tags .card__metadata__item__container,
.page__content__section--user-page .card__metadata__item__container,
.page__content__section--persons-page .card__metadata__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page__content__section--block-files .card__metadata__item a,
.page__content__section--block-persons .card__metadata__item a,
.page__content__section--block-institutions .card__metadata__item a,
.page__content__section--about .card__metadata__item a,
.page__content__section--block-places .card__metadata__item a,
.page__content__section--block-newspapers .card__metadata__item a,
.page__content__section--news-page .card__metadata__item a,
.page__content__section--all-keywords .card__metadata__item a,
.page__content__section--configurator .card__metadata__item a,
.page__content__section--all-tags .card__metadata__item a,
.page__content__section--user-page .card__metadata__item a,
.page__content__section--persons-page .card__metadata__item a,
.page__content__section--block-files .card__metadata__item a > *,
.page__content__section--block-persons .card__metadata__item a > *,
.page__content__section--block-institutions .card__metadata__item a > *,
.page__content__section--about .card__metadata__item a > *,
.page__content__section--block-places .card__metadata__item a > *,
.page__content__section--block-newspapers .card__metadata__item a > *,
.page__content__section--news-page .card__metadata__item a > *,
.page__content__section--all-keywords .card__metadata__item a > *,
.page__content__section--configurator .card__metadata__item a > *,
.page__content__section--all-tags .card__metadata__item a > *,
.page__content__section--user-page .card__metadata__item a > *,
.page__content__section--persons-page .card__metadata__item a > *,
.page__content__section--block-files .card__metadata__item a:link,
.page__content__section--block-persons .card__metadata__item a:link,
.page__content__section--block-institutions .card__metadata__item a:link,
.page__content__section--about .card__metadata__item a:link,
.page__content__section--block-places .card__metadata__item a:link,
.page__content__section--block-newspapers .card__metadata__item a:link,
.page__content__section--news-page .card__metadata__item a:link,
.page__content__section--all-keywords .card__metadata__item a:link,
.page__content__section--configurator .card__metadata__item a:link,
.page__content__section--all-tags .card__metadata__item a:link,
.page__content__section--user-page .card__metadata__item a:link,
.page__content__section--persons-page .card__metadata__item a:link,
.page__content__section--block-files .card__metadata__item a > *:link,
.page__content__section--block-persons .card__metadata__item a > *:link,
.page__content__section--block-institutions .card__metadata__item a > *:link,
.page__content__section--about .card__metadata__item a > *:link,
.page__content__section--block-places .card__metadata__item a > *:link,
.page__content__section--block-newspapers .card__metadata__item a > *:link,
.page__content__section--news-page .card__metadata__item a > *:link,
.page__content__section--all-keywords .card__metadata__item a > *:link,
.page__content__section--configurator .card__metadata__item a > *:link,
.page__content__section--all-tags .card__metadata__item a > *:link,
.page__content__section--user-page .card__metadata__item a > *:link,
.page__content__section--persons-page .card__metadata__item a > *:link,
.page__content__section--block-files .card__metadata__item a:visited,
.page__content__section--block-persons .card__metadata__item a:visited,
.page__content__section--block-institutions .card__metadata__item a:visited,
.page__content__section--about .card__metadata__item a:visited,
.page__content__section--block-places .card__metadata__item a:visited,
.page__content__section--block-newspapers .card__metadata__item a:visited,
.page__content__section--news-page .card__metadata__item a:visited,
.page__content__section--all-keywords .card__metadata__item a:visited,
.page__content__section--configurator .card__metadata__item a:visited,
.page__content__section--all-tags .card__metadata__item a:visited,
.page__content__section--user-page .card__metadata__item a:visited,
.page__content__section--persons-page .card__metadata__item a:visited,
.page__content__section--block-files .card__metadata__item a > *:visited,
.page__content__section--block-persons .card__metadata__item a > *:visited,
.page__content__section--block-institutions .card__metadata__item a > *:visited,
.page__content__section--about .card__metadata__item a > *:visited,
.page__content__section--block-places .card__metadata__item a > *:visited,
.page__content__section--block-newspapers .card__metadata__item a > *:visited,
.page__content__section--news-page .card__metadata__item a > *:visited,
.page__content__section--all-keywords .card__metadata__item a > *:visited,
.page__content__section--configurator .card__metadata__item a > *:visited,
.page__content__section--all-tags .card__metadata__item a > *:visited,
.page__content__section--user-page .card__metadata__item a > *:visited,
.page__content__section--persons-page .card__metadata__item a > *:visited,
.page__content__section--block-files .card__metadata__item a:active,
.page__content__section--block-persons .card__metadata__item a:active,
.page__content__section--block-institutions .card__metadata__item a:active,
.page__content__section--about .card__metadata__item a:active,
.page__content__section--block-places .card__metadata__item a:active,
.page__content__section--block-newspapers .card__metadata__item a:active,
.page__content__section--news-page .card__metadata__item a:active,
.page__content__section--all-keywords .card__metadata__item a:active,
.page__content__section--configurator .card__metadata__item a:active,
.page__content__section--all-tags .card__metadata__item a:active,
.page__content__section--user-page .card__metadata__item a:active,
.page__content__section--persons-page .card__metadata__item a:active,
.page__content__section--block-files .card__metadata__item a > *:active,
.page__content__section--block-persons .card__metadata__item a > *:active,
.page__content__section--block-institutions .card__metadata__item a > *:active,
.page__content__section--about .card__metadata__item a > *:active,
.page__content__section--block-places .card__metadata__item a > *:active,
.page__content__section--block-newspapers .card__metadata__item a > *:active,
.page__content__section--news-page .card__metadata__item a > *:active,
.page__content__section--all-keywords .card__metadata__item a > *:active,
.page__content__section--configurator .card__metadata__item a > *:active,
.page__content__section--all-tags .card__metadata__item a > *:active,
.page__content__section--user-page .card__metadata__item a > *:active,
.page__content__section--persons-page .card__metadata__item a > *:active {
  color: black;
  text-decoration: none;
}
.page__content__section--block-files .card__metadata__item a:hover,
.page__content__section--block-persons .card__metadata__item a:hover,
.page__content__section--block-institutions .card__metadata__item a:hover,
.page__content__section--about .card__metadata__item a:hover,
.page__content__section--block-places .card__metadata__item a:hover,
.page__content__section--block-newspapers .card__metadata__item a:hover,
.page__content__section--news-page .card__metadata__item a:hover,
.page__content__section--all-keywords .card__metadata__item a:hover,
.page__content__section--configurator .card__metadata__item a:hover,
.page__content__section--all-tags .card__metadata__item a:hover,
.page__content__section--user-page .card__metadata__item a:hover,
.page__content__section--persons-page .card__metadata__item a:hover,
.page__content__section--block-files .card__metadata__item a > *:hover,
.page__content__section--block-persons .card__metadata__item a > *:hover,
.page__content__section--block-institutions .card__metadata__item a > *:hover,
.page__content__section--about .card__metadata__item a > *:hover,
.page__content__section--block-places .card__metadata__item a > *:hover,
.page__content__section--block-newspapers .card__metadata__item a > *:hover,
.page__content__section--news-page .card__metadata__item a > *:hover,
.page__content__section--all-keywords .card__metadata__item a > *:hover,
.page__content__section--configurator .card__metadata__item a > *:hover,
.page__content__section--all-tags .card__metadata__item a > *:hover,
.page__content__section--user-page .card__metadata__item a > *:hover,
.page__content__section--persons-page .card__metadata__item a > *:hover {
  color: #0D5F94;
}
.page__content__section--block-files .card__metadata__item:hover,
.page__content__section--block-persons .card__metadata__item:hover,
.page__content__section--block-institutions .card__metadata__item:hover,
.page__content__section--about .card__metadata__item:hover,
.page__content__section--block-places .card__metadata__item:hover,
.page__content__section--block-newspapers .card__metadata__item:hover,
.page__content__section--news-page .card__metadata__item:hover,
.page__content__section--all-keywords .card__metadata__item:hover,
.page__content__section--configurator .card__metadata__item:hover,
.page__content__section--all-tags .card__metadata__item:hover,
.page__content__section--user-page .card__metadata__item:hover,
.page__content__section--persons-page .card__metadata__item:hover,
.page__content__section--block-files .card__metadata__item:hover a,
.page__content__section--block-persons .card__metadata__item:hover a,
.page__content__section--block-institutions .card__metadata__item:hover a,
.page__content__section--about .card__metadata__item:hover a,
.page__content__section--block-places .card__metadata__item:hover a,
.page__content__section--block-newspapers .card__metadata__item:hover a,
.page__content__section--news-page .card__metadata__item:hover a,
.page__content__section--all-keywords .card__metadata__item:hover a,
.page__content__section--configurator .card__metadata__item:hover a,
.page__content__section--all-tags .card__metadata__item:hover a,
.page__content__section--user-page .card__metadata__item:hover a,
.page__content__section--persons-page .card__metadata__item:hover a,
.page__content__section--block-files .card__metadata__item:hover .material-icons,
.page__content__section--block-persons .card__metadata__item:hover .material-icons,
.page__content__section--block-institutions .card__metadata__item:hover .material-icons,
.page__content__section--about .card__metadata__item:hover .material-icons,
.page__content__section--block-places .card__metadata__item:hover .material-icons,
.page__content__section--block-newspapers .card__metadata__item:hover .material-icons,
.page__content__section--news-page .card__metadata__item:hover .material-icons,
.page__content__section--all-keywords .card__metadata__item:hover .material-icons,
.page__content__section--configurator .card__metadata__item:hover .material-icons,
.page__content__section--all-tags .card__metadata__item:hover .material-icons,
.page__content__section--user-page .card__metadata__item:hover .material-icons,
.page__content__section--persons-page .card__metadata__item:hover .material-icons {
  color: #0D5F94;
}
.page__content__section--block-files .card__metadata__item:hover .material-icons,
.page__content__section--block-persons .card__metadata__item:hover .material-icons,
.page__content__section--block-institutions .card__metadata__item:hover .material-icons,
.page__content__section--about .card__metadata__item:hover .material-icons,
.page__content__section--block-places .card__metadata__item:hover .material-icons,
.page__content__section--block-newspapers .card__metadata__item:hover .material-icons,
.page__content__section--news-page .card__metadata__item:hover .material-icons,
.page__content__section--all-keywords .card__metadata__item:hover .material-icons,
.page__content__section--configurator .card__metadata__item:hover .material-icons,
.page__content__section--all-tags .card__metadata__item:hover .material-icons,
.page__content__section--user-page .card__metadata__item:hover .material-icons,
.page__content__section--persons-page .card__metadata__item:hover .material-icons {
  margin-top: -7px;
}
.page__content__section--block-files .card__metadata__item i.material-icons,
.page__content__section--block-persons .card__metadata__item i.material-icons,
.page__content__section--block-institutions .card__metadata__item i.material-icons,
.page__content__section--about .card__metadata__item i.material-icons,
.page__content__section--block-places .card__metadata__item i.material-icons,
.page__content__section--block-newspapers .card__metadata__item i.material-icons,
.page__content__section--news-page .card__metadata__item i.material-icons,
.page__content__section--all-keywords .card__metadata__item i.material-icons,
.page__content__section--configurator .card__metadata__item i.material-icons,
.page__content__section--all-tags .card__metadata__item i.material-icons,
.page__content__section--user-page .card__metadata__item i.material-icons,
.page__content__section--persons-page .card__metadata__item i.material-icons {
  font-size: 18px;
  margin-top: -2px;
  transition: margin-top 250ms;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .page__content__section--block-files .card__metadata__item i.material-icons,
  .page__content__section--block-persons .card__metadata__item i.material-icons,
  .page__content__section--block-institutions .card__metadata__item i.material-icons,
  .page__content__section--about .card__metadata__item i.material-icons,
  .page__content__section--block-places .card__metadata__item i.material-icons,
  .page__content__section--block-newspapers .card__metadata__item i.material-icons,
  .page__content__section--news-page .card__metadata__item i.material-icons,
  .page__content__section--all-keywords .card__metadata__item i.material-icons,
  .page__content__section--configurator .card__metadata__item i.material-icons,
  .page__content__section--all-tags .card__metadata__item i.material-icons,
  .page__content__section--user-page .card__metadata__item i.material-icons,
  .page__content__section--persons-page .card__metadata__item i.material-icons {
    font-size: 14px;
  }
}
.page__content__section--block-files--special,
.page__content__section--block-persons--special,
.page__content__section--block-institutions--special,
.page__content__section--about--special,
.page__content__section--block-places--special,
.page__content__section--block-newspapers--special,
.page__content__section--news-page--special,
.page__content__section--all-keywords--special,
.page__content__section--configurator--special,
.page__content__section--all-tags--special,
.page__content__section--user-page--special,
.page__content__section--persons-page--special {
  background: #B22817;
}
.page__content__section--block-files--special .card__header,
.page__content__section--block-persons--special .card__header,
.page__content__section--block-institutions--special .card__header,
.page__content__section--about--special .card__header,
.page__content__section--block-places--special .card__header,
.page__content__section--block-newspapers--special .card__header,
.page__content__section--news-page--special .card__header,
.page__content__section--all-keywords--special .card__header,
.page__content__section--configurator--special .card__header,
.page__content__section--all-tags--special .card__header,
.page__content__section--user-page--special .card__header,
.page__content__section--persons-page--special .card__header,
.page__content__section--block-files--special .card__content,
.page__content__section--block-persons--special .card__content,
.page__content__section--block-institutions--special .card__content,
.page__content__section--about--special .card__content,
.page__content__section--block-places--special .card__content,
.page__content__section--block-newspapers--special .card__content,
.page__content__section--news-page--special .card__content,
.page__content__section--all-keywords--special .card__content,
.page__content__section--configurator--special .card__content,
.page__content__section--all-tags--special .card__content,
.page__content__section--user-page--special .card__content,
.page__content__section--persons-page--special .card__content,
.page__content__section--block-files--special,
.page__content__section--block-persons--special,
.page__content__section--block-institutions--special,
.page__content__section--about--special,
.page__content__section--block-places--special,
.page__content__section--block-newspapers--special,
.page__content__section--news-page--special,
.page__content__section--all-keywords--special,
.page__content__section--configurator--special,
.page__content__section--all-tags--special,
.page__content__section--user-page--special,
.page__content__section--persons-page--special,
.page__content__section--block-files--special h1,
.page__content__section--block-persons--special h1,
.page__content__section--block-institutions--special h1,
.page__content__section--about--special h1,
.page__content__section--block-places--special h1,
.page__content__section--block-newspapers--special h1,
.page__content__section--news-page--special h1,
.page__content__section--all-keywords--special h1,
.page__content__section--configurator--special h1,
.page__content__section--all-tags--special h1,
.page__content__section--user-page--special h1,
.page__content__section--persons-page--special h1,
.page__content__section--block-files--special h2,
.page__content__section--block-persons--special h2,
.page__content__section--block-institutions--special h2,
.page__content__section--about--special h2,
.page__content__section--block-places--special h2,
.page__content__section--block-newspapers--special h2,
.page__content__section--news-page--special h2,
.page__content__section--all-keywords--special h2,
.page__content__section--configurator--special h2,
.page__content__section--all-tags--special h2,
.page__content__section--user-page--special h2,
.page__content__section--persons-page--special h2,
.page__content__section--block-files--special h3,
.page__content__section--block-persons--special h3,
.page__content__section--block-institutions--special h3,
.page__content__section--about--special h3,
.page__content__section--block-places--special h3,
.page__content__section--block-newspapers--special h3,
.page__content__section--news-page--special h3,
.page__content__section--all-keywords--special h3,
.page__content__section--configurator--special h3,
.page__content__section--all-tags--special h3,
.page__content__section--user-page--special h3,
.page__content__section--persons-page--special h3,
.page__content__section--block-files--special h4,
.page__content__section--block-persons--special h4,
.page__content__section--block-institutions--special h4,
.page__content__section--about--special h4,
.page__content__section--block-places--special h4,
.page__content__section--block-newspapers--special h4,
.page__content__section--news-page--special h4,
.page__content__section--all-keywords--special h4,
.page__content__section--configurator--special h4,
.page__content__section--all-tags--special h4,
.page__content__section--user-page--special h4,
.page__content__section--persons-page--special h4,
.page__content__section--block-files--special a,
.page__content__section--block-persons--special a,
.page__content__section--block-institutions--special a,
.page__content__section--about--special a,
.page__content__section--block-places--special a,
.page__content__section--block-newspapers--special a,
.page__content__section--news-page--special a,
.page__content__section--all-keywords--special a,
.page__content__section--configurator--special a,
.page__content__section--all-tags--special a,
.page__content__section--user-page--special a,
.page__content__section--persons-page--special a {
  color: white !important;
}
.page__content__section--block-files--special .card__content a,
.page__content__section--block-persons--special .card__content a,
.page__content__section--block-institutions--special .card__content a,
.page__content__section--about--special .card__content a,
.page__content__section--block-places--special .card__content a,
.page__content__section--block-newspapers--special .card__content a,
.page__content__section--news-page--special .card__content a,
.page__content__section--all-keywords--special .card__content a,
.page__content__section--configurator--special .card__content a,
.page__content__section--all-tags--special .card__content a,
.page__content__section--user-page--special .card__content a,
.page__content__section--persons-page--special .card__content a {
  text-decoration: none;
}
.page__content__section--block-files--special .card__content a:hover,
.page__content__section--block-persons--special .card__content a:hover,
.page__content__section--block-institutions--special .card__content a:hover,
.page__content__section--about--special .card__content a:hover,
.page__content__section--block-places--special .card__content a:hover,
.page__content__section--block-newspapers--special .card__content a:hover,
.page__content__section--news-page--special .card__content a:hover,
.page__content__section--all-keywords--special .card__content a:hover,
.page__content__section--configurator--special .card__content a:hover,
.page__content__section--all-tags--special .card__content a:hover,
.page__content__section--user-page--special .card__content a:hover,
.page__content__section--persons-page--special .card__content a:hover {
  background: white;
  color: #B22817 !important;
}
.page__content__section--block-files--special .card__content__list,
.page__content__section--block-persons--special .card__content__list,
.page__content__section--block-institutions--special .card__content__list,
.page__content__section--about--special .card__content__list,
.page__content__section--block-places--special .card__content__list,
.page__content__section--block-newspapers--special .card__content__list,
.page__content__section--news-page--special .card__content__list,
.page__content__section--all-keywords--special .card__content__list,
.page__content__section--configurator--special .card__content__list,
.page__content__section--all-tags--special .card__content__list,
.page__content__section--user-page--special .card__content__list,
.page__content__section--persons-page--special .card__content__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.page__content__section--block-files--special .card__content__list__item,
.page__content__section--block-persons--special .card__content__list__item,
.page__content__section--block-institutions--special .card__content__list__item,
.page__content__section--about--special .card__content__list__item,
.page__content__section--block-places--special .card__content__list__item,
.page__content__section--block-newspapers--special .card__content__list__item,
.page__content__section--news-page--special .card__content__list__item,
.page__content__section--all-keywords--special .card__content__list__item,
.page__content__section--configurator--special .card__content__list__item,
.page__content__section--all-tags--special .card__content__list__item,
.page__content__section--user-page--special .card__content__list__item,
.page__content__section--persons-page--special .card__content__list__item {
  margin-right: 0.5em;
  font-size: 14px;
}
.page__content__section--block-files--special .card__content__list__item a,
.page__content__section--block-persons--special .card__content__list__item a,
.page__content__section--block-institutions--special .card__content__list__item a,
.page__content__section--about--special .card__content__list__item a,
.page__content__section--block-places--special .card__content__list__item a,
.page__content__section--block-newspapers--special .card__content__list__item a,
.page__content__section--news-page--special .card__content__list__item a,
.page__content__section--all-keywords--special .card__content__list__item a,
.page__content__section--configurator--special .card__content__list__item a,
.page__content__section--all-tags--special .card__content__list__item a,
.page__content__section--user-page--special .card__content__list__item a,
.page__content__section--persons-page--special .card__content__list__item a {
  display: inline-block;
  text-align: center;
  border-radius: 0.5em;
  padding: 3px;
}
.page__content__section--news-page .card__content:last-child {
  margin-bottom: 20px;
}
.page__content__section--all-tags ul {
  list-style: none;
  padding: 0;
}
.page__content__section--single-news .news_lead {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.page__content__section--user-page legend {
  font-size: 18px;
  padding-bottom: 10px;
}
.page__content__section--user-page .button {
  border: 1px solid #BABABA;
}
.page__content__section--user-page .form_line {
  padding-bottom: 5px;
}
.page__content__section--user-page .form_line label {
  width: 30%;
  float: left;
}
.page__content__section--user-page .form_line .label2 {
  width: auto;
}
.page__content__section--user-page .form_line input {
  width: 50%;
}
.page__content__section--user-page .form_line:last-child {
  padding-bottom: 10px;
}
.page__content__section--user-page .centered {
  margin-bottom: 20px;
}
.page__content__section--persons-page__item--rounded-container {
  float: left;
  padding-right: 20px;
}
.page__content__section--persons-page__item--rounded-container__image {
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.page__content__section--persons-page__item--bodytext {
  display: flow-root;
}
.page__content__section--configurator__left {
  width: 30%;
}
.page__content__section--configurator__right {
  width: 70%;
}
.page__content__section--configurator__right .links_rel {
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .page__content__section {
    grid-column-end: span 4;
  }
}
.page__content__section__list {
  display: flex;
  flex-flow: column;
}
.page__content__section__list--news-list {
  padding-bottom: 20px;
}
.page__content__section__list--news-list__item {
  position: relative;
  margin: 20px;
  padding: 20px;
  background: white;
  transition: transform 250ms, box-shadow 250ms;
  border-bottom: 2px solid #f1f1f1;
  text-align: left;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .page__content__section__list--news-list__item {
    margin: 10px 0;
    padding: 10px;
  }
}
.page__content__section__list--news-list__item .card__metadata {
  margin-bottom: 20px;
}
.page__content__section__list--news-list__item .card__header {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.page__content__section__list--news-list__item .card__header__sidebar-icons {
  position: absolute;
  right: 20px;
  display: inline-block;
}
.page__content__section__list--news-list__item .card__header__sidebar-icons i {
  font-size: 30px;
}
.page__content__section__list--news-list__item .card__content {
  margin: 20px 0;
  font-size: 18px;
}
@media (max-width: 800px) {
  .page__content__section__list--news-list__item .card__content {
    font-size: 14px;
  }
}
.page__content__section__list--news-list__item .card__content:last-child {
  margin-bottom: 0;
}
.page__content__section__list--news-list__item .card__metadata__item {
  margin-right: 20px;
}
.page__content__section__list--news-list__item .card__metadata__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page__content__section__list--news-list__item .card__metadata__item a,
.page__content__section__list--news-list__item .card__metadata__item a > *,
.page__content__section__list--news-list__item .card__metadata__item a:link,
.page__content__section__list--news-list__item .card__metadata__item a > *:link,
.page__content__section__list--news-list__item .card__metadata__item a:visited,
.page__content__section__list--news-list__item .card__metadata__item a > *:visited,
.page__content__section__list--news-list__item .card__metadata__item a:active,
.page__content__section__list--news-list__item .card__metadata__item a > *:active {
  color: black;
  text-decoration: none;
}
.page__content__section__list--news-list__item .card__metadata__item a:hover,
.page__content__section__list--news-list__item .card__metadata__item a > *:hover {
  color: #0D5F94;
}
.page__content__section__list--news-list__item .card__metadata__item:hover,
.page__content__section__list--news-list__item .card__metadata__item:hover a,
.page__content__section__list--news-list__item .card__metadata__item:hover .material-icons {
  color: #0D5F94;
}
.page__content__section__list--news-list__item .card__metadata__item:hover .material-icons {
  margin-top: -7px;
}
.page__content__section__list--news-list__item .card__metadata__item i.material-icons {
  font-size: 18px;
  margin-top: -2px;
  transition: margin-top 250ms;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .page__content__section__list--news-list__item .card__metadata__item i.material-icons {
    font-size: 14px;
  }
}
.page__content__section__list--news-list__item--special {
  background: #B22817;
}
.page__content__section__list--news-list__item--special .card__header,
.page__content__section__list--news-list__item--special .card__content,
.page__content__section__list--news-list__item--special,
.page__content__section__list--news-list__item--special h1,
.page__content__section__list--news-list__item--special h2,
.page__content__section__list--news-list__item--special h3,
.page__content__section__list--news-list__item--special h4,
.page__content__section__list--news-list__item--special a {
  color: white !important;
}
.page__content__section__list--news-list__item--special .card__content a {
  text-decoration: none;
}
.page__content__section__list--news-list__item--special .card__content a:hover {
  background: white;
  color: #B22817 !important;
}
.page__content__section__list--news-list__item--special .card__content__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.page__content__section__list--news-list__item--special .card__content__list__item {
  margin-right: 0.5em;
  font-size: 14px;
}
.page__content__section__list--news-list__item--special .card__content__list__item a {
  display: inline-block;
  text-align: center;
  border-radius: 0.5em;
  padding: 3px;
}
@media (max-width: 800px) {
  .page__content__section__list--news-list__item {
    margin: 10px 0;
    padding: 10px;
  }
}
.page__content__section__list--news-list__item .card__metadata {
  margin-bottom: 20px;
}
.page__content__section__list--news-list__item .card__header {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.page__content__section__list--news-list__item .card__header__sidebar-icons {
  position: absolute;
  right: 20px;
  display: inline-block;
}
.page__content__section__list--news-list__item .card__header__sidebar-icons i {
  font-size: 30px;
}
.page__content__section__list--news-list__item .card__content {
  margin: 20px 0;
  font-size: 18px;
}
@media (max-width: 800px) {
  .page__content__section__list--news-list__item .card__content {
    font-size: 14px;
  }
}
.page__content__section__list--news-list__item .card__content:last-child {
  margin-bottom: 0;
}
.page__content__section__list--news-list__item .card__metadata__item {
  margin-right: 20px;
}
.page__content__section__list--news-list__item .card__metadata__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page__content__section__list--news-list__item .card__metadata__item a,
.page__content__section__list--news-list__item .card__metadata__item a > *,
.page__content__section__list--news-list__item .card__metadata__item a:link,
.page__content__section__list--news-list__item .card__metadata__item a > *:link,
.page__content__section__list--news-list__item .card__metadata__item a:visited,
.page__content__section__list--news-list__item .card__metadata__item a > *:visited,
.page__content__section__list--news-list__item .card__metadata__item a:active,
.page__content__section__list--news-list__item .card__metadata__item a > *:active {
  color: black;
  text-decoration: none;
}
.page__content__section__list--news-list__item .card__metadata__item a:hover,
.page__content__section__list--news-list__item .card__metadata__item a > *:hover {
  color: #0D5F94;
}
.page__content__section__list--news-list__item .card__metadata__item:hover,
.page__content__section__list--news-list__item .card__metadata__item:hover a,
.page__content__section__list--news-list__item .card__metadata__item:hover .material-icons {
  color: #0D5F94;
}
.page__content__section__list--news-list__item .card__metadata__item:hover .material-icons {
  margin-top: -7px;
}
.page__content__section__list--news-list__item .card__metadata__item i.material-icons {
  font-size: 18px;
  margin-top: -2px;
  transition: margin-top 250ms;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .page__content__section__list--news-list__item .card__metadata__item i.material-icons {
    font-size: 14px;
  }
}
.page__content__section__list--news-list__item--special {
  background: #B22817;
}
.page__content__section__list--news-list__item--special .card__header,
.page__content__section__list--news-list__item--special .card__content,
.page__content__section__list--news-list__item--special,
.page__content__section__list--news-list__item--special h1,
.page__content__section__list--news-list__item--special h2,
.page__content__section__list--news-list__item--special h3,
.page__content__section__list--news-list__item--special h4,
.page__content__section__list--news-list__item--special a {
  color: white !important;
}
.page__content__section__list--news-list__item--special .card__content a {
  text-decoration: none;
}
.page__content__section__list--news-list__item--special .card__content a:hover {
  background: white;
  color: #B22817 !important;
}
.page__content__section__list--news-list__item--special .card__content__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.page__content__section__list--news-list__item--special .card__content__list__item {
  margin-right: 0.5em;
  font-size: 14px;
}
.page__content__section__list--news-list__item--special .card__content__list__item a {
  display: inline-block;
  text-align: center;
  border-radius: 0.5em;
  padding: 3px;
}
.page__content__section__list--news-list__item__links-container {
  margin-left: -3.5px;
}
.page__content__section__list--news-list__item__tag {
  display: inline-block;
  background-color: lightgrey;
  padding: 7px;
  border-radius: 4px;
  margin: 3.5px;
}
.page__content__section__list--news-list__item__tag,
.page__content__section__list--news-list__item__tag > *,
.page__content__section__list--news-list__item__tag:link,
.page__content__section__list--news-list__item__tag > *:link,
.page__content__section__list--news-list__item__tag:visited,
.page__content__section__list--news-list__item__tag > *:visited,
.page__content__section__list--news-list__item__tag:active,
.page__content__section__list--news-list__item__tag > *:active {
  color: black;
  text-decoration: none;
}
.page__content__section__list--news-list__item__tag:hover,
.page__content__section__list--news-list__item__tag > *:hover {
  color: #0D5F94;
}
.page__content__section__list--news-list__item__tag:hover {
  background-color: lightblue;
}
.page__content__section__list--news-list__item__tag .material-icons {
  font-size: 1.6em;
  vertical-align: middle;
}
.page__content__section__list--news-list__item__tag,
.page__content__section__list--news-list__item__tag > *,
.page__content__section__list--news-list__item__tag:link,
.page__content__section__list--news-list__item__tag > *:link,
.page__content__section__list--news-list__item__tag:visited,
.page__content__section__list--news-list__item__tag > *:visited,
.page__content__section__list--news-list__item__tag:active,
.page__content__section__list--news-list__item__tag > *:active {
  color: black;
  text-decoration: none;
}
.page__content__section__list--news-list__item__tag:hover,
.page__content__section__list--news-list__item__tag > *:hover {
  color: #0D5F94;
}
.page__content__section__list--news-list__item__tag:hover {
  background-color: lightblue;
}
.page__content__section__list--news-list__item__tag .material-icons {
  font-size: 1.6em;
  vertical-align: middle;
}
.page__content__section__list--news-list__item--rounded-container {
  float: left;
  padding-right: 20px;
}
.page__content__section__list--news-list__item--rounded-container__image {
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.page__content__section__list--news-list__item--teaser-block {
  display: flow-root;
}
.page__content__section__list--news-list__item img {
  margin-bottom: 20px;
}
.page__content__section__load-more {
  margin-top: 20px;
  margin-bottom: 60px;
}
.page__footer {
  background: white;
  padding: 20px;
  background: #0D5F94;
  color: white;
}
.page__footer .footer__partners {
  display: none;
}
.page__footer a:link,
.page__footer a:visited,
.page__footer a:active {
  color: white;
  text-decoration: none;
}
.page__footer a:hover {
  text-decoration: underline;
}
.search__form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
}
@media (min-width: 1200px) {
  .search__form {
    max-width: 600px;
  }
}
@media (max-width: 800px) {
  .search__form {
    max-width: 300px;
  }
}
.search__label.material-icons {
  height: 38px;
  width: 38px;
  border-radius: 19px;
  font-size: 28px;
  background: #0D5F94;
  color: white;
  line-height: 38px;
}
.search__field,
.search__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: black;
  display: block;
  border: 1px solid;
  padding: 0;
  margin: 0;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  outline: none;
}
.search__field {
  flex: 10 1 auto;
  margin-right: 20px;
  padding: 0 10px 0 10px;
  border-color: #CCCCCC;
  transition: 500ms border-color;
  border-radius: 19px;
}
.search__field:active,
.search__field:focus {
  border-color: #0D5F94;
}
.search__submit {
  height: 38px;
  width: 38px;
  border-radius: 19px;
  font-size: 28px;
  background: #0D5F94;
  color: white;
  line-height: 38px;
  cursor: pointer;
  transform: scale(1);
  transition: all 500ms;
}
.search__submit:hover {
  transform: scale(1.2);
}
.ac_results {
  border-color: #0D5F94;
  border-radius: 5px;
  margin-top: 0.5rem;
  width: auto !important;
}
.ac_results li {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 5px 10px;
}
.ac_odd {
  background-color: rgba(36, 120, 210, 0.1);
}
.ac_over {
  background-color: #2478d2;
}
