/**********
Global Styles
**********/
:root {
    --bs-danger: #B22222;
        --bs-danger-rgb: 178, 34, 34;
}

section {
    padding: 20px 0;
}

/**********
Header
**********/
/* Topbar */
.topbar {
    background-color: #B22222C7;
    font-size: 0.9rem;
}

/* Main-Header */
.topbar {
    background-color: #B22222C7;
    font-size: 0.9rem;
}

.main-header_nav-link {
    color: #736D75 !important;
    font-size: 1.1rem;
    font-weight: 500;
}

.main-header_nav-link:hover,
.main-header_nav-link.active {
    color: #B22222 !important;
    font-weight: 600 !important;
}

.main-header.scrolled .main-header_logo-image {
    height: 45px !important;
}

.hero-image {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    display: block;
}

.hero-card {
    max-width: 700px;
    margin: 0 auto;
    backdrop-filter: blur(4px);
    padding: 2rem !important;
}

.hero-card h3 {
    font-size: 1.8rem;
}

.carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    border: none;
}

.carousel-indicators button.active {
    background-color: #fff;
}

/**********
Index Page
**********/

/* Image Banner */
.image-banner {
    padding: 0;
    margin-top: 0;
}

.image-banner img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Background Image / Parallax */
.background-image {
    background-image: url('../img/2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 400px;
}

.background-image-quote {
    font-family: "Staatliches", sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .background-image {
        background-attachment: scroll;
    }
}


/**********
Active Page
**********/
.active-section h2 {
    color: #B22222;
    font-size: 2.5rem;
    font-weight: 600;
}

.active-section p {
    font-size: 1.2rem;
    color: #333;
    margin-top: 15px;
}

/**********
Vehicle Page
**********/
.vehicle-card {
    border: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.vehicle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 28px rgba(178,34,34,0.18);
}

.vehicle-card .vehicle-img-wrapper {
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
    height: 220px;
}

.vehicle-card .vehicle-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.vehicle-card:hover .vehicle-img-wrapper img {
    transform: scale(1.04);
}

.vehicle-type-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #B22222;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
}

.vehicle-callsign {
    font-size: 0.82rem;
    color: #9e9e9e;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.vehicle-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.vehicle-desc {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.vehicle-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-top: 1px solid #f0f0f0;
    padding-top: 0.85rem;
}

.vehicle-spec-pill {
    background-color: #fdf0f0;
    color: #B22222;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.section-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #B22222;
    margin-bottom: 0.3rem;
}

/**********
Impressum Page
**********/

.impressum-content p {
    margin: 0 !important;
    padding: 0 !important;
}
