.more-btn {
    background-color: #5D1C0E !important;
}

#hero .hero-logo {
    opacity: 0.90;
}
#hero .hero-logo img {
    max-width: 250px;
}
#hero .text-highlight {
    color: var(--accent-color);
}

@media (max-width: 991px) {
    #hero .hero-logo img {
        max-width: 110px;
    }
}

.nyt-font {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;   /* em macht sonst kursiv */
    font-weight: 800;
    letter-spacing: 0.02em;
}

.nyt-button {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 50px;
    transition: 0.3s;
}
