body, html {background:#f7f7f7; height: 100%;}

a:link, a:visited, a:active, a:hover {color:#004787 !important; text-decoration:none !important;} 

#value.galleys_links > li > a {
  background: #f7f7f7 !important;
}

*.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #004787;
    color: #fff !important;
	text-decoration: none;
}  

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #004787;
    border-radius: 3px;
    line-height: 28px;
    color: #004787;
    text-decoration: none;
}

.page_size_wide .pkp_structure_page {
    background: #fafafa;
   /* background: linear-gradient(to bottom,#6b6b6b,#ddd);*/
    display: flex;
    flex-flow: column;
    min-height: 100%;
}

.has_site_logo .pkp_head_wrapper #navigationUserWrapper, .pkp_head_wrapper #navigationUserWrapper {
	display:none;
}

.has_site_logo .pkp_head_wrapper  {
	width:100%;
	background:#fff;
	padding:0;
	flex: 0 1 auto;
}

.pkp_head_wrapper .img_fullscreen {
    display: inline-block;
    width: auto;
	background:#e85311;
	-webkit-animation-name: animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: animation;
    animation-duration: 50s;
	animation-iteration-count: infinite;
	padding:0;
	margin-left:20px;
}

@-webkit-keyframes animation {
  0%   {background-color: #e85311;}
  10%  {background-color: #e81111;}
  20%  {background-color: #e8119d;}
  30% {background-color: #a611e8;}
  40%  {background-color: #2711e8;}
  50%  {background-color: #11a2e8;}
  60% {background-color: #11e8e5;}
  70%  {background-color: #11e858;}
  80%  {background-color: #0d8504;}
  90% {background-color: #dac536;}
}

/* Standard syntax */
@keyframes animation {
  0%   {background-color: #e85311;}
  10%  {background-color: #e81111;}
  20%  {background-color: #e8119d;}
  30% {background-color: #a611e8;}
  40%  {background-color: #2711e8;}
  50%  {background-color: #11a2e8;}
  60% {background-color: #11e8e5;}
  70%  {background-color: #11e858;}
  80%  {background-color: #0d8504;}
  90% {background-color: #dac536;}
}



.pkp_structure_head {
    background-color:#fff;
    border-bottom: 1px solid #ddd;
}

#headerNavigationContainer {
    position: fixed;
	height:130px;
	z-index:5;
	width:100%;
	-webkit-box-shadow: -1px 18px 70px -42px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 18px 70px -42px rgba(0,0,0,0.75);
    box-shadow: -1px 18px 70px -42px rgba(0,0,0,0.75);
	border-bottom:1px solid #ccc;
}

.pkp_head_wrapper {
	max-width:1160px;
	width:100%;
	margin:0 auto;
}

.has_site_logo .pkp_head_wrapper .pkp_navigation_primary_wrapper, .pkp_head_wrapper .pkp_navigation_primary_wrapper {
	max-width:700px;
	width:100%;
	position:absolute;
	bottom:0px;
	right:15px;
}

.pkp_navigation_primary {
    display: inline-block;
	width:100%;
    text-align: right;
	float:right;
	margin-right:50px !important;
}

.has_site_logo .pkp_head_wrapper .hd_search.is_open, .pkp_head_wrapper .hd_search.is_open {
    left: 0px;
    right: 0px;
	width:100%;
	padding-right: 4px;
}

.pkp_navigation_primary > li > a, .pkp_head_wrapper .hd_search .search_prompt {
    color: #004787;
	text-transform:uppercase;
	font-weight:500;
}

.pkp_head_wrapper .hd_search {
    min-width: 30px;
    overflow: hidden;
}

.pkp_head_wrapper .hd_search .search_prompt {
    width:25px;
	height:30px;
	overflow:hidden;
}


.pkp_structure_content {
	flex: 0 1 auto;
	z-index:0;
	padding-right:15px;
	padding-top: 130px;
	}


.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_block .title {
	color:#555;
	font-weight:normal;
	}


.pkp_structure_main.left {
    border-right: none;
}

.additional_content h2:first-child {display:none;}

.cmp_breadcrumbs ol {font-size:14px;}

.obj_issue_toc .heading .pub_id, .obj_issue_toc .heading .published, .obj_article_summary .meta {font-size:14px;}

.obj_issue_toc .heading .pub_id .id a, .obj_issue_toc .heading .pub_id .id a:hover {
    color: #004787;
    text-decoration: none;
}

.obj_article_summary .subtitle {
    color: #004787;
}

.item.issue .sub_item:nth-of-type(2) {display:none;}


.pubid.URN {margin-top:-20px;}

.pubid_list h3 {display:none;} 

.obj_article_details .row .main_entry .authors .name {
	color:#555;
    font-weight: normal;
	font-size: 16px;
}

.obj_article_details .row .main_entry .authors .affiliation, .obj_article_details .row .main_entry .authors .biography {
    display: block;
    margin-left: 0px;
	color: rgba(0,0,0,0.87);
	font-size:14px;
	margin-top:10px;
}

.obj_article_details .row .main_entry .item.statistic {display:none;}

.obj_article_details .row .entry_details .item.copyright p {
	font-size: 14px;
    line-height: 20px;
	}

#content_slider.right {
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #004787;
    border-right: 10px solid transparent;
    margin-right: -5px;
	margin-top:160px;
	z-index:1;
}

#content_slider.right.content_toggle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #004787;
    border-left: 10px solid transparent;
	margin-right: 0px;
}

.pkp_structure_sidebar.right {padding-top:80px;}

.block_browse {
	background:#fff;
	border: 1px solid #ccc;
	margin-bottom:2em;
	font-size:14px;
}

#customblock-zilogo {
	background:#fff;
	border: 1px solid #ccc;
	border-bottom:none;	
}

#customblock-rihalogo {
	background:#fff;
	border: 1px solid #ccc;
	border-top:none;
	border-bottom:none;
}

.block_arthistoricum_logo {
	background:#fff;
	border: 1px solid #ccc;
	border-top:none;
	border-bottom:none;
}

.block_ub_logo {
	background:#fff;
	border: 1px solid #ccc;
	border-top:none;
}

.block_socialmedia {
	background:#fff;
	border: 1px solid #ccc;
	border-top:none;
}

#customblock-zilogo img, #customblock-rihalogo img,  .block_arthistoricum_logo img, .block_ub_logo img {
    filter: grayscale(100%);
}

.pkp_footer_content {
    color: #000;
}

.pkp_structure_footer_wrapper {
	flex: 1 1 auto;
}

.pkp_structure_footer_wrapper {
    background:#fff;
	border-top:1px solid #ccc;
	margin-top:30px;
	-webkit-box-shadow: -1px 20px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 20px 40px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 20px 40px 0px rgba(0,0,0,0.75);
}

.pkp_footer_issn {
    text-align: left;
    color: #333;
}

.pkp_footer_content p {
	margin-top:0;
}

.rss::before {
	content: "\f09e";
	margin-right:5px;
	font: normal normal normal 14px/1 FontAwesome;
}

.twitter::before {
	content: "\f099";
	margin-right:5px;
	font: normal normal normal 14px/1 FontAwesome;
}

/** statische HTML-Seiten **/
#htmlContainer p {margin-top:0;}

#Inhaltsverzeichnis1 > #Inhaltsverzeichnis1_Head > p > font > font > font {
	font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
}

#htmlContainer h1 {margin-top:30px;}

#htmlContainer sup {top: -0.3em; font-size:100%;}

#htmlContainer .sdfootnote-western {margin-bottom:0.5em;}

/**Smartphone-Anzeige**/
@media (max-width: 990px) { 

#headerNavigationContainer {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-bottom:none;
}

  .has_site_logo .pkp_head_wrapper .pkp_navigation_primary_wrapper, .pkp_head_wrapper {
	  box-shadow: 0px 20px 60px -42px rgba(0,0,0,0.75);
      border-bottom: 1px solid #ccc;
  }	  

  .has_site_logo .pkp_head_wrapper .pkp_navigation_primary_wrapper, .pkp_head_wrapper .pkp_navigation_primary_wrapper {
	position:relative;
	right:0;
	max-width:100%;
	}

  .pkp_head_wrapper .text_fullscreen {
    display: none;
  }
  
  .pkp_head_wrapper .img_fullscreen {
    display: inline-block;
	margin-right:20px;
  }

  .page_size_wide .pkp_structure_page .pkp_structure_content {
	padding-top: 230px;
  }
  
  .pkp_head_wrapper .img_fullscreen {
    display: inline-block;
    width: auto;
	background:#004787;
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	
}
  .hd_search input[type="text"] {   border: 1px solid #000;}
}