﻿/*.hero-section {
    background-image: url('/img/room/room-1.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
}*/

.hero-section {
    position: relative;
    background-image: url('/img/parkhaus-dusseldorf-airport.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

    /* Overlay für bessere Lesbarkeit */
    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6); /* dunkelt Bild leicht ab */
    }

    /* Inhalt bleibt über Overlay */
    .hero-section > .container {
        position: relative;
        z-index: 1;
    }

.booking-container {
    margin-top: 70px;
}

.tab-content {
    min-height: 580px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
    position: relative;
}

.btn-fixed {
    width: 150px;
    height: 40px;
}

.tab-pane {
    min-height: 500px;
    position: relative;
}

.pkg-name-small {
    font-size: 0.9rem;
}

.nav-tabs .nav-link {
    font-weight: 600;
    padding: 12px 25px;
}

table.table thead th.custom-th-green {
    background-color: #65a392;
    color: white;
}

table th,
table td {
    vertical-align: middle;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

.booking-table-scroll {
    min-height: 220px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

    .booking-table-scroll thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #fff;
    }


.legend-box {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
}

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}


.card ul li {
    font-size: 0.95rem;
    line-height: 1.5;
}

.card .btn {
    border-radius: 10px;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

.card-header {
    font-size: 1.1rem;
}


.card i {
    display: inline-block;
}

.card:hover {
    transform: translateY(-4px);
    transition: 0.25s ease;
}