.top-bar-right ul a[href*="marketplace.atlassian"] {
    font-weight: 400 !important;
    display: inline-block;
    border-radius: 2em;
    min-width: 120px;
    padding: 0.625em 1.5em;
    background: #e32417;
    text-align: center;
    color: #fff !important;
    transition: all .25s ease-out;
}

.top-bar-right .render-links--link a {
    font-size: 16px;
    font-weight: 400;
}

.top-bar-right ul a[href*="marketplace.atlassian"]:hover {
    background: #b40300;
    background-position: center;
    box-shadow: 0 2px 8px rgba(255, 36, 23, .35);
}

.portal .hc-portal-background-image {
   box-shadow: none;
}
h1 {
    font-family: 'Myriad Apple', sans-serif; /* Fallback auf eine generische Schriftfamilie, falls 'Myriad Apple' nicht verfügbar ist */
    font-weight: bold;





