h1, h2, .h1 {
    color: #1842A5;
}


/* ************ text ************ */
.farbe_auf_hauptnavigation,
.farbe_auf_hauptnavigation a {
    color: rgb(255, 255, 255);
}

.farbe_auf_headernavigation,
.farbe_auf_headernavigation a {
    color: rgb(255, 255, 255);
}

.farbe_content_hervorgehoben, .farbe_content_hervorgehoben a {
    color: rgb(24, 66, 165);
}

.farbe_auf_journalhintergrund, .farbe_auf_journalhintergrund a {
    color: rgb(24, 66, 165);
}

#page_content a:hover {
    color: #202090;
}

#page_content h1 {
    color: rgb(24, 66, 165);
}

/* ************ global background colors ************ */
.hintergrundfarbe_journal {
    background-color: rgb(24, 66, 165);
}

.hintergrundfarbe_journal_hervorgehoben {
    background-color: rgb(51, 107, 176);
}

.subbox_background {
    background-color: rgb(237, 237, 237);
}

/* ************ background images ************ */
#page_header_main {
    background-image: url(https://www.astra-proceedings.net/graphic_ap_header_background.jpg);
}

#page_header_main_headlines {

}

#page_header_cover {
    background-image: url(https://www.astra-proceedings.net/graphic_ap_cover.jpg)
}

#ap_moodboard {
    background-image: url(https://www.astra-proceedings.net/graphic_ap_moodboard.jpg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    width: 320px;
    height: 101px;
    margin-top: 0px;
    margin-right: 0px;
    background-repeat: no-repeat;
}

/* ************ special styles ************ */

#page_header_footer_navigation .menueoben_additional {
    display: inline;
}

#page_header {
    min-width: 1024px !important;
}

/* Box Highlight */

.co_pub_box_legend {
    font-size: 12px;
    font-weight: bold;
    margin-left: 4px;
    padding: 0 4px;
    text-align: left;
    color: #0D4C8F;
}

/*specific styles*/
#Layer1 {
    height: auto;
    display: none;
    margin: 0 0 20px 0;
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #AFAFAF;
}

#Layer2 {
    height: auto;
    display: none;
    margin: 0 0 20px 0;
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #AFAFAF;
}

#Layer3 {
    height: auto;
    display: none;
    margin: 0 0 20px 0;
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #AFAFAF;
}

#Layer4 {
    height: auto;
    display: none;
    margin: 0 0 20px 0;
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #AFAFAF;
}

.co_advisory-board-members, .co_chief-editors, .co_managing-editor, .co_topical-editors, .co_executive-editors {
    border-color: #dfdfdf;
}

.coicon-arrow-right {
    background: url(https://www.astra-proceedings.net/co-arrow-ap.png) no-repeat right center;
}

#js-mobile-navigation{
    display: none;
}

#journal_metrics h1.hide-on-desktop,
#abstract_indexed h1.hide-on-desktop{
    font-size: 12px;
}

@media only screen and (min-width: 991px){
    #j-topic{
        width: 320px!important;
    }
}
@media only screen and (max-width: 991px){
    #news_container, #recent_paper_header, #highlight-articles-header, #special-issues-header{
        margin-top: 0!important;
    }
    #j-topic{
        top: -2px!important;
    }
}
