.pkp_structure_page:before {
		content: "";
	display: block;
	width: 100%;
	height: 150px; /* Höhe Ihres Canva-Bildes */
	background: #fff url('https://ulb-services.uibk.ac.at/ojs/maintenance_ojs3.5.jpg') no-repeat center;
	background-size: contain;
	border-bottom: 5px solid #d32f2f;
}
/* Maintenance EOF */
/*
 * layout.css
 * Copyright (C) 2023 Clemens Ager
 *
 * Distributed under terms of the MIT license.
 */
.pkp_structure_page:before {
		content: "";
	display: block;
	width: 100%;
	height: 150px; /* Höhe Ihres Canva-Bildes */
	background: #fff url('https://ulb-services.uibk.ac.at/ojs/maintenance_ojs3.5.jpg') no-repeat center;
	background-size: contain;
	border-bottom: 5px solid #d32f2f;
}
/* body:before */

@media (max-width: 992px) {
  .pkp_site_name_wrapper {
    height: unset;
  }
  .pkp_site_name {
    position: unset;
    margin-left: 3em;
  }
  .pkp_site_name .is_img img {
    max-height: unset;
  }
}

@media (min-width: 992px) {
  .pkp_site_name .is_img {
    max-height: unset;
    display: block;
  }

  .pkp_site_name .is_img img {
    position: relative;
    max-height: unset;
    max-width: 100vw;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: block;
  }

  .pkp_navigation_primary > li > a,
  .pkp_navigation_search_wrapper a,
  .pkp_nav_list a {
    font-weight: bold;
    color: #fff;
    /* color: rgba(0, 0, 0, 0.7); */
  }
  .pkp_navigation_primary > li > a:hover {
    color: rgba(0, 0, 0, 0.84);
    outline: 0;
    border-color: rgba(0, 0, 0, 0.84);
    /* border-color: rgba(0, 0, 0, 0.84); */
  }
}
