/* ===================================
   ALLGEMEIN
=================================== */

body {
    background-color: #1a1411;
    color: #f5f5f5;
}

/* ===================================
   HEADER
=================================== */

.blog-header-logo {
    line-height: 1.05;
    font-size: 1.15rem;
}

.nav-link.active {
    font-weight: 700;
    color: #d4af37 !important;
}

@media (max-width: 576px) {
    .blog-header-logo {
        font-size: 1rem;
    }
}

/* ===================================
   HERO BEREICH
=================================== */

.hero-section {
    background-image: url("../../service_pictures/titelbild.jpg");
    background-size: cover;
    background-position: center;
    min-height: 420px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
}

.hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.35)
    );
}

/* ===================================
   GOLDENE AKZENTE
=================================== */

.text-primary-emphasis,
.card-title,
h1,
h2,
h3 {
    color: #d4af37;
}

.btn-primary {
    background-color: #8b0000;
    border-color: #8b0000;
}

.btn-primary:hover {
    background-color: #a30000;
    border-color: #a30000;
}

.btn-outline-primary {
    color: #d4af37;
    border-color: #d4af37;
}

.btn-outline-primary:hover {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #000;
}

/* ===================================
   OVERLAY ÖFFNUNGSZEITEN
=================================== */

.hours-overlay {
    position: fixed;
    inset: 0;
    z-index: 1080;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.hours-overlay[hidden] {
    display: none !important;
}

.hours-panel {
    width: min(92vw, 680px);
    max-height: min(90vh, 900px);
    overflow: auto;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}

body.no-scroll {
    overflow: hidden;
}

@media (max-width: 576px) {
    .hours-panel {
        width: calc(100vw - 1rem);
    }
}

/* ===================================
   STEAKHOUSE CARDS
=================================== */

.restaurant-card {
    background: linear-gradient(
        135deg,
        #211714 0%,
        #4a3429 50%,
        #2b1f1a 100%
    );

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.25),
        0 1px 0 rgba(255, 255, 255, 0.05) inset;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.restaurant-card:hover {
    transform: translateY(-4px);

    border-color: rgba(255, 255, 255, 0.15);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.35),
        0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

/* ===================================
   CARD HEADER
=================================== */

.restaurant-card .card-header-custom,
.restaurant-card .p-3.bg-body-tertiary {
    background: rgba(0, 0, 0, 0.18) !important;
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* ===================================
   ÖFFNUNGSZEITEN LISTE
=================================== */

.restaurant-card .border-bottom {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.text-success-emphasis {
    color: #77dd77 !important;
}

.text-danger {
    color: #ff6b6b !important;
}

/* ===================================
   MAPS BILD
=================================== */

.restaurant-card img {
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.restaurant-card img:hover {
    transform: scale(1.02);
}

/* ===================================
   FOOTER
=================================== */

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ===================================
   HEADER
=================================== */

.steak-header {
    background: linear-gradient(
        145deg,
        #2b1710,
        #4b291d
    );

    border-bottom: 1px solid rgba(212,175,55,.15);

    box-shadow:
        0 8px 25px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.05);
}

.header-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-small {
    color: #b89b5e;
    letter-spacing: 3px;
    font-size: .75rem;
    font-weight: 600;
}

.logo-main {
    color: #d4af37;
    font-size: 1.5rem;
    font-weight: 700;
}

.btn-facebook {
    background: #1877f2;
    color: white;
    border: none;
    transition: background-color .3s ease, transform .3s ease;
}

.btn-facebook:hover {
    background: #166fe5;
    transform: translateY(-2px);
    opacity: 1 !important;
}

.btn-facebook:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.btn-facebook {
    will-change: transform;
}

.btn-hours {
    background: transparent;
    color: #d4af37;
    border: 1px solid rgba(212,175,55,.4);
}

.btn-hours:hover {
    background: #d4af37;
    color: #111;
}

/* ===================================
   NAVIGATION
=================================== */

.steak-navbar {
    background: rgba(20,20,20,.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212,175,55,.1);
}

.steak-navbar .nav-link {
    color: #d7d7d7;
    font-weight: 500;
    transition: .3s;
}

.steak-navbar .nav-link:hover {
    color: #d4af37;
}

.steak-navbar .nav-link.active {
    color: #d4af37 !important;
    position: relative;
}

.steak-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #d4af37;
}