
body{   
   font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif !important;
   color: rgba(0,0,0,0.87);
}

.pkp_structure_page{
    border-left: 8px solid #b41d1c;

}

.pkp_structure_head {
    background-color: #e1ddd2;
}

.pkp_structure_main h1{
    margin: 0 0 20px !important;
}


a {
    color:#b90f0f;
    text-decoration:none;
}

a:hover {
    color:#e15151;
}


a:active, a:focus {
    color: #b90f0f;
    text-decoration: none;
}

/**
 * Mobil menu
 */


.pkp_site_nav_menu{
    background: #e1ddd2;
    width:100%;

}

.pkp_space{

    height:5px;
    position:static;
    display:block;

}

/**
 * Header
 */

@media (min-width: 1200px) {
.pkp_head_wrapper{
  width:1152px !important;
  }
}

.pkp_site_name_wrapper {
    background: #e1ddd2;
    padding:0px;
    width:auto !important;
    
}

@media (max-width: 320px) {
.pkp_structure_head {
    min-height: 80px !important;
    background: transparent;
    border-bottom:0px;

}
}

@media (min-width: 321px) and (max-width: 479px) {
.pkp_structure_head {
     min-height: 40px !important;
     background: transparent;
     border-bottom:0px;
}
}


@media (min-width: 480px) and (max-width: 666px) {
.pkp_structure_head {
     min-height: 50px !important;
     background: transparent;
     border-bottom:0px;
}
}

@media (min-width: 667px) and (max-width: 800px) {
.pkp_structure_head {
     min-height: 70px !important;
     background: transparent;
     border-bottom:0px;
}
}


@media (min-width: 801px) and (max-width: 920px) {
.pkp_structure_head {
     min-height: 90px !important;
     background: transparent;
     border-bottom:0px;
}
}

@media (min-width: 921px) {
.pkp_structure_head {
     min-height: 100px !important;
     background: transparent;
     border-bottom:0px;
}
}



*@media (max-width: 667px) {
.pkp_structure_content {
    margin-top: 80px;
}
}

*@media (min-width: 668px) and (max-width: 991px) {

.pkp_structure_content {
    margin-top: 160px;

}
}


.pkp_navigation_user_wrapper {
    top: 25px !important;
}


@media (min-width: 1200px) {
  .pkp_site_name_wrapper {
    width:1152px;
  }
}

.pkp_nav_list ul a {
    color: #b90f0f;
}

.pkp_nav_list ul a:hover {
    color: #e15151;
}


.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
    position: relative;
    padding-top: 0;
    width: 100%;
    padding: 0px;
}

.has_site_logo .pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    left: 0px !important;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100% !important;
    max-width: 100%  !important;
    width: auto;
    height: auto;
}

.pkp_site_name .is_img {
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.pkp_navigation_primary > li > a{

 margin:0 0 !important;
 padding-right:10px !important;

}

@media (min-width: 992px) {
.pkp_navigation_primary{
  max-width: 100%;
}
}

.pkp_navigation_primary_row {
    background: #e1ddd2;
}

#navigationPrimary a:hover {
    color: rgba(0,0,0,0.20);
}

#navigationPrimary a:focus {
    color: rgba(0,0,0,0.54);
}

.pkp_nav_list li::before {
   content: "■";
   color:#b90f0f;
}


.pkp_nav_list li ul li::before {
   content: "";
}


#navigationUser.pkp_nav_list li::before {
  content: "■";
  color:#000;
 
}

#navigationUser.pkp_nav_list li ul li::before {
   content: "";
}


.pkp_navigation_user > li > a{
  
  padding-left: 0px !important;
}

.pkp_structure_head{

  display: block;
  max-width: 100%;
  height: auto;
  position:relative;
  clear:all;
}


/**
 * Content
 */


.obj_issue_toc .galleys{

  position:unset;
}


.obj_article_summary .pages {
    position: relative;
}


.section_policy{
    display:none;
}

.pkp_page_index .additional_content {
    border-top: none;
}


@media (max-width: 991px) {
.obj_issue_toc .heading{
display:none;

}
.obj_issue_toc .sections{
    float:none;
    width:100%;
}
}

@media (min-width: 992px) {
.obj_issue_toc .sections{
    float:left;
    width:65%;
}

.cmp_article_list{

  margin-right:10px !important;
}
}

.obj_issue_toc .heading{
    float:left;
    width:35%;
}

.obj_issue_toc .cover{
    width:100%;

}

.obj_article_summary .subtitle{
    color: #b90f0f;
}

.obj_article_summary .subtitle:hover{
   color :#e15151;

}

.obj_issue_summary .series{
   color: #b90f0f;

}

.obj_issue_summary .series:hover{
   color :#e15151;

}

.page_issue_archive .issues_archive > li {
    padding-bottom:0px;
    padding-top:10px;

}

.pkp_page_index .current_issue h2{
    padding-bottom: 0em;

}

.pkp_page_index .current_issue .read_more{
   color: #b90f0f;
}

.pkp_page_index .current_issue .read_more:hover{
   color :#e15151;
}


.pkp_page_index .current_issue .read_more:focus{
   color: #b90f0f;
}


/**
 * Annoucement
 */


.obj_announcement_summary .read_more{
   color: #b90f0f;
}

.obj_announcement_summary .read_more:hover{
   color: #e15151;
}

.obj_announcement_summary .read_more:focus{
   color: #b90f0f;
}

.cmp_announcements > li{
   padding-bottom:0px;  
   padding-top:10px;
}


/**
 * Right Sidebar
 */

@media (max-width: 991px) {
  #customblock-Search{
   display:none;

}
}


input{
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 3px;
    font-size: 13px;
    line-height: 26px;
    height: 26px;

}

select{
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 3px;
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    margin-bottom:5px;

}

.pkp_block {
    padding-bottom:0px;
    font-size:12px;
}

.block_make_submission a:hover{
   background: #e2ddd3;
   color: rgba(0,0,0,0.20);
}

.block_make_submission a:focus{
   background: #e2ddd3;
   color: rgba(0,0,0,0.84);

}

.pkp_block .facebook_title{
   display: inline-block;
   padding-bottom: 0em;
   border-bottom: none;
   font-weight: 700;
   text-transform: uppercase;
   font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
   font-size: 16px;

}


a.facebook_link {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #e2ddd3;
    color: rgba(0,0,0,0.84);
    border: none;
    display: inline-block;
    padding: 0 1em;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 28px;
    
}

a.facebook_link:hover {

    color: rgba(0,0,0,0.20);
}

.page_search .submit button, .cmp_form .buttons button{
   color:#000;
   background: #e2ddd3;
   border:1px solid #e2ddd3;
   box-shadow:none;
}

.page_search:hover .submit button:hover, .cmp_form:hover .buttons button:hover{
   color: rgba(0,0,0,0.20);
   background: #e2ddd3;
   box-shadow:none;

}
.page_search .submit button:hover::after {
   background: #e2ddd3;
   *box-shadow:none;
}

.page_search .submit button::after{
    background: #e2ddd3;

}

.cmp_notification{

   border-left: 5px solid #e2ddd3;
}

/**
 * Search
 */

.pkp_search button[type="submit"]{
   position:relative;
   top: auto;
   right: auto;

}

.pkp_search input[type="text"]{
   width:auto;

}

.pkp_search input[type="text"]{
    line-height: 30px;
    height: 30px;
}

#simpleSearchForm .submit{
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #e2ddd3;
    color: rgba(0,0,0,0.84);
    border: none;
    display: inline-block;
    padding: 0 1em;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 28px;

}

#simpleSearchForm .submit:hover {
    color: rgba(0,0,0,0.20);
}


/**
 * Footer
 */

.pkp_structure_footer_wrapper{

   background: #e1ddd2 !important;

}


.pkp_brand_footer a {
    max-width: 300px !important;
}

/**
 * Content
 */

.obj_announcement_summary{
   padding-top:20px !important;
   padding-bottom:5px !important;
}

.pkp_structure_main h3, .pkp_structure_main h4 {
    margin-bottom:0px;
    margin-top:0px;
}

.pkp_structure_main h3, .pkp_structure_main h4 {
    margin-bottom:0px !important;
}

.obj_article_summary .subtitle {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.obj_issue_toc .section > h2{
 line-height: 22px;
 margin-right: 20px;
}

.obj_issue_toc .section > h3{
    color:#000;
    font-weight: 700;
    padding-bottom:10px;
}

.obj_issue_toc .galleys_links li {
    display: inline-block;
    margin-right: 0.4em;
}

.cmp_button_wire, .obj_galley_link {

    padding: 0.5em 0.8em 0.5em 0.5em !important;
    max-height: 60px;
    color:#fff;
    text-transform: lowercase;
}

.obj_galley_link:hover{
    background:#e2ddd3;
    color: rgba(0,0,0,0.20);
}

.obj_galley_link:focus{
    background: #e2ddd3;
    color: rgba(0,0,0,0.20);
}


.obj_article_summary .meta{
    padding-top:0px;

}

.obj_article_summary{
    margin-bottom:0px;
    display: flex;
}


.obj_issue_toc .galleys_links {
    margin-top: 0px;
}

.galley_links{
    margin-right:10px;
    max-width:60px;
    min-width:50px;
    display: flex;
    float:left;
   
}

.article_meta{  
    min-width:200px;
    max-width:700px;
    float:left;
}

.obj_galley_link.pdf::before {
    content: "";
    margin-right: 0em;
}

.obj_galley_link::before {
    content: "";
    margin-right: 0em;
}

/**
 * Article details
 */

.pkp_structure_main h1 {
    margin: 0 0 10px !important;
}

.obj_article_details .item {
    padding-top: 0px;
    padding-bottom:5px;
    margin-top:5px;

}

.obj_article_details .authors li {
    margin-bottom: 0px;
}

.obj_article_details .row {
    margin-top: 10px;
}

.obj_article_details .doi a {
    color: #b90f0f;
    
}

.obj_article_details .doi a:hover {
    color :#e15151;
    text-decoration:none;
}


.obj_article_details .doi a:focus {
    color :#b90f0f;
    text-decoration:none;
}


/**
 * Metrics
 */

.metrics{
   position: relative;
   line-height: 20px;
   font-size:13px;
   padding-top:0px;
   color:rgba(0, 0, 0, 0.45);
   display:block;
   min-height:20px;  
}

.metrics ul{
     list-style-type: none;
     margin: 0;
     padding: 0;
     
}

.metrics li{
     float:left;
     margin: 0;
     padding: 0;
     overflow: hidden;
}

.metrics li::after {
     content: " ";
     white-space: pre;
     
}

.metrics li:last-child::after {
     content: "";
}


/**
 * Advanced search
 */

.page_search .search_results{
  margin-top:0px;

}

.page_search .title {
    *width: 50%;
    *float: right;
    margin: 0px;
}

.page_search .abstract {
    float: left;
    width: 50%;
    margin-top: 20px
}

.page_search .fullText {
    width: 50%;
    float: right;
    margin-top: 20px
}

.page_search .discipline {
    float: left;
    width: 50%
}

.page_search .subject {
    width: 50%;
    float: right
}

.page_search .type {
    float: left;
    width: 50%;
    margin-top: 20px
}

.page_search .coverage {
    width: 50%;
    float: right;
    margin-top: 20px
}

.page_search .indexTerms {
    float: left;
    width: 50%;
    margin-top: 20px
}

/**
 * Footer
 */


.pkp_structure_footer_wrapper {
    border-bottom: 0px;
}

.pkp_footer_content {
    padding-bottom: 0px;
    text-align: left;
}
.pkp_brand_footer {
    padding: 0px;
}

.emailtag::before {
    content: "✉";
    padding-right:5px;
}