@media print {
  html {
    font-size: 11px;
  }
  body {
    font-size: 11px;
    line-height: 1.3;
    font-family: Arial;
    color: #404040;
  }

  .d-print-none,
  .metaline,
  .breadrow,
  .mainnavi,
  .pagefooter .footerparts > div,
  .copyrightline,
  #sidebarmenuwidget,
  .imagemap,
  #eu_opt_in_cookie_banner,
  .imageswiper .swiper-container,
  .imageswiper .swiper-pagination,
  .carouselblock .carousel-inner,
  ul.pagination,
  #solr-filter,
  button[data-target="#solr-filter"],
  .carousel-control-prev,
  .carousel-control-next,
  .mediawall,
  .video-embed,
  .tx-solr-search-form,
  #tabnavigation .nav-tabs,
  .previewgalery span.fa,
  .carousel-indicators {
    display: none;
  }

  /* Links */
  a {
    color: #404040;
    text-decoration: underline;
  }

  /* Logo */
  .logoline img {
    height: 50px;
    width: auto;
  }
  .logoline figure {
    margin-left: 0;
    margin-top: 0;
  }
  .logoline .ce-textpic {
    display: flex;
  }

  /* Footer */
  .pagefooter {
    padding-top: 1.5rem;
  }
  .pagefooter .footerparts > div:nth-child(2) {
    display: block;
  }

  /* Grid */
  .contentrow .frame-default,
  .accordionelement.last,
  .accordionelement:not(.last):last-child {
    margin-bottom: 3rem;
  }
  .level-1 .container.headerrow {
    margin: 2rem 0;
  }

  /* Allgemein */
  h1,
  .h1 {
    margin-top: 0;
  }
  .lead,
  .frame-type-header .lead {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
  }
  mark,
  .mark {
    font-weight: 600;
  }
  img {
    max-width: 400px;
    height: auto;
    max-height: 400px;
    width: auto;
  }
  ul {
    padding-left: 10px;
  }
  figure {
    margin-left: 0;
    margin-right: 1rem;
  }
  .btn {
    display: none;
  }
  .image-creator {
    display: block;
  }
  .ce-gallery .ce-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .ce-gallery .ce-row .ce-column {
    margin: 0 10px 10px;
  }
  figcaption,
  .news-img-caption {
    font-style: italic;
  }
  /* Accordion */
  .accordionelement .toggle_container {
    display: block !important;
  }

  /* Tab Navigation */
  .tabcontent, .tabcontent_active {
    display: block !important;
  }
  /* Infoboxen */
  .infobox h6 {
    font-size: 10px;
  }

  /* Card */
  .card {
    border: 1px solid #eaeaea;
    flex-direction: row;
    display: flex;
    margin-bottom: 0.5rem;
  }
  .card-title,
  .card-subtitle {
    margin-top: 0;
    margin-bottom: 0;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .project-single .project-list-sponsors .card-image,
  .person-single .person-list-projects .card-image {
    margin: 1.25rem;
    width: 100px;
    height: auto;
  }

  /* Tabelle */
  .table .table-header-group .table-head:last-child,
  .ce-table thead th {
    border-bottom: 3px solid #404040;
  }
  .table .table-body-group .table-head:last-child {
    border-bottom: 3px solid #787d8d;
  }
  .table .table-cell:last-child,
  .table .table-head:last-child {
    border-bottom: 1px solid #787d8d;
    padding-bottom: 0.4444rem;
  }
  .table .table-row {
    padding-bottom: 0.8rem;
  }
  .table .table-head {
    font-weight: 600;
  }

  /* News */
  .news-list-view .article,
  .news-slider-view .article,
  .news-teaser-view .article {
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
  }
  .news-list-view .newsbox h3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .news-slider-view .teaser-text p {
    margin-top: 0;
  }
  .news .news-share-buttons {
    display: none;
  }
  .news-single .teaser-text {
    font-weight: 600;
  }
  .news-list-category.pl-1 {
    padding-left: 0.25rem;
  }

  /* Publikationen */
  .publication-single .btn,
  .publication-single #modalbibtex {
    display: none;
  }
  .manager-list-view .article,
  .manager-teaser-view .article {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
  }
  .manager-list-view .article:not(first-child),
  .manager-teaser-view .article:not(first-child) {
    margin-bottom: 1.875rem;
  }
  .project-list-view .article .managerbox,
  .manager-teaser-view .article .managerbox {
    padding: 0 1.25rem 1.875rem 0;
  }
  .manager-teaser-view .managerbox h3,
  .manager-list-view h3 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .result-range {
    margin-bottom: 2.5rem;
    display: block;
  }

  /* Projekt */
  .manager-single .project-share-buttons {
    display: none;
  }
  .manager-single .infobox .project-list-research .btn,
  .manager-single .infobox .project-list-application .btn {
    display: block;
  }
  .project-list-view .article .project-img-wrap {
    border: 1px solid #eaeaea;
    max-height: 170px;
    max-width: 300px;
    display: flex;
    justify-content: center;
  }
  .project-list-view .article .project-img-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .manager-single .person-tab-headline {
    margin-top:1.5rem;
  }
}
