body, html {background:#fff; 
height: 100%;
font-family: 'Montserrat', Arial !important;
color: #555;}

a:link, a:visited, a:active, a:hover {color:#a300a3 !important; text-decoration:none !important;} 

.page_size_wide .pkp_structure_page {
    display: flex;
    flex-flow: column;
    min-height: 100%;
}

.has_site_logo .pkp_head_wrapper #navigationUserWrapper, .pkp_head_wrapper #navigationUserWrapper {
  background:#731472;
}

.has_site_logo .pkp_head_wrapper #navigationUserWrapper .pkp_navigation_user, .pkp_head_wrapper #navigationUserWrapper .pkp_navigation_user {
    max-width: 1160px;
    padding: 0;
}

.pkp_navigation_user > li > a {
    color:#fff !important;
}

#navigationUser.pkp_nav_list ul {
    background: #9D679E;
    border-radius: 0px;
    box-shadow: none;
}

#navigationUser.pkp_nav_list ul li a{
    color:#fff !important;
}

#navigationUser.pkp_nav_list ul li a:hover {
	background:#560D55;
}

.pkp_navigation_user > li > ul a .task_count {
    background: #560D55;
}

.pkp_navigation_user > li > ul a:hover .task_count {
    color: #560D55;
}

.has_site_logo .pkp_head_wrapper  {
	width:100%;
	background:#fff;
	padding:0;
	flex: 0 1 auto;
}

.has_site_logo .pkp_head_wrapper .pkp_site_name_wrapper, .pkp_head_wrapper .pkp_site_name_wrapper {
    max-width: 1160px;
    margin: 10px auto;
	padding-left:15px;
}

.pkp_head_wrapper .img_fullscreen {
	padding:0;
}

.pkp_structure_head {
    background-color:#fff;
	border-bottom: 5px solid #C0C0C0;
}

#headerNavigationContainer {
    position: fixed;
	height:140px;
	z-index:5;
	width:100%;
}

.pkp_head_wrapper {
	width:100%;
	margin:0 auto;
}

.pkp_navigation_primary_row {
	max-width: 1160px;
    position: relative;
    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;
}

.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: #731472 !important;
	text-transform:uppercase;
	font-weight:500;
}

.pkp_navigation_primary > li:hover, .pkp_navigation_primary > li.show {
    background:#FCF6FC;
}

#navigationPrimary.pkp_nav_list ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1000;
    width: 15em;
    margin: 0;
    padding: 0;
    background: #FCF6FC;
    border-radius: 0px;
    box-shadow: none;
}

#navigationPrimary.pkp_nav_list ul li a{
    color:#731472 !important;
}

#navigationPrimary.pkp_nav_list ul li a:hover {
	background:#F0E5F0;
}

.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-top: 130px;
	}


.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_block .title {
	color:#731472;
	font-weight:normal;
	}


.pkp_structure_main.left {
    border-right: 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: #731472;
    text-decoration: none;
}

.obj_article_summary .subtitle {
    color: #731472;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #a300a3;
    color: #fff;
	text-decoration: none;
}  

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #a300a3;
    border-radius: 3px;
    line-height: 28px;
    color: #a300a3;
    text-decoration: 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 .entry_details .item.copyright p {
	font-size: 14px;
    line-height: 20px;
	}

.obj_issue_toc>.galleys h2,
.obj_issue_toc .section h2 {
 text-transform:none;
}

#content_slider.right {
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #731472;
    border-right: 10px solid transparent;
    margin-right: -20px;
	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 #731472;
    border-left: 10px solid transparent;
	margin-right: 0px;
}

.pkp_structure_sidebar.right {padding-top:80px;}

.pkp_block  {
	background:#F4F4F4;
	padding:20px;
	margin-bottom:20px;
}

.block_socialmedia img, .block_propylaeum_logo img, .block_ub_logo img {
    filter: grayscale(100%) brightness(0.8);
}

.pkp_footer_content {
    color: #000;
}

.pkp_structure_footer_wrapper {
	flex: 1 1 auto;
}

.pkp_structure_footer_wrapper {
    background:#F3F1EF;
	margin-top:30px;
}

.pkp_footer_issn {
    text-align: left;
    color: #B2B2B2;
}

.pkp_footer_content p {
	margin-top:0;
}

/**Smartphone-Anzeige**/
@media (max-width: 990px) { 

#headerNavigationContainer {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-bottom:none;
}

.page_size_wide .pkp_structure_page .pkp_head_wrapper {
    border-bottom: 5px solid #C0C0C0;
}

#navigationUser .dropdown-menu {margin-left:-15px;}

  .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_navigation_primary {
    text-align: center;
    float: none;
    margin-right: 0px;
  }

  .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
}
  .hd_search input[type="text"] {   border: 1px solid #ddd;}
}