h1, h2, .h1 {
    color: #919330;
}

#landing_page #jo_lp-description-container {
    font-weight: bold;
    padding-bottom: 12px;
}

.span-margin__bottom {
    margin-bottom: 12px;
}

.co_chief_editor_list, .co_topical_editor_list {
    border: 1px solid #dfdfdf;
}

/* ************ 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(0, 66, 121);
}

.farbe_auf_journalhintergrund, .farbe_auf_journalhintergrund a {
    color: rgb(0, 66, 121);
}

#page_content a:hover {
    color: #202090;
}

#page_content h1 {
    color: rgb(0, 66, 121);
}

/* ************ global background colors ************ */

.hintergrundfarbe_journal {
    background-color: rgb(0, 66, 121);
}

.hintergrundfarbe_journal_hervorgehoben {
    background-color: rgb(178, 198, 215);
}

.subbox_background {
    background-color: rgb(237, 237, 237);
}

/* ************ background images ************ */
#page_header_main {
    /* background-image: url(https://www.jecats.net/graphic_amt_header_background.jpg);*/
    background-color: #ffffff;
}

#page_header_cover {
    background-image: url(https://www.jecats.net/graphic_amt_cover.jpg);
    width: 140px;
    left: 4px;
}

#egu_logo {
    background-image: url(https://www.jecats.net/graphic_amt_egu_logo.jpg);
    width: 230px;
}



/* ************ special styles ************ */


/* Box Highlight */

.co_pub_box_legend {
    font-size: 12px;
    font-weight: bold;
    margin-left: 4px;
    padding: 0 4px;
    text-align: left;
    color: #004279;
}
#page_content_container div.co_adress_column > div.get_users_by_group_result_affiliation{
    display: block !important;
}

.coicon-arrow-right {
    background: url(https://www.jecats.net/co-arrow-amt.png) no-repeat right center;
}

@media only screen and (max-width: 1022px){
    #j-topic {
        height: 130px !important;
    }
}

#js-mobile-navigation{
    display: none;
}

@media only screen and (max-width: 991px){
    #news_container, #recent_paper_header, #highlight-articles-header, #special-issues-header{
        margin-top: 0!important;
    }
}

@media screen and (min-width: 1280px){
    .d-xxl-inline-block{
        display: inline-block!important;
    }
}


#has-banner .layout__moodboard-logo * {
    max-height: 65px !important;
}

#has-banner .layout__moodboard-logo svg {
    width: 225px !important;
    height: auto !important;
}

.header-wrapper {
    height: var(--header-min-height-xl, 144px);
}

@media (max-width: 500px) {
    #has-banner .layout__moodboard-logo * {
        height: 50px !important;
    }
}

@media (max-width: 420px) {
    #has-banner .layout__moodboard-logo {
        display: none !important;
    }

   #has-banner .header-wrapper {
height: 85px!important
}
}