/* Base */
:root {
    --primary: #f28b52;  /* Orange */
    --secondary: #4dbdc6; /* Blue */
    --text: #333;
    --light: #f5f5f5;
    --spacing: 2rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text);
}

/* Page Wrapper for Footer Positioning */
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    padding-top: 120px;
    width: 100%;
    overflow-x: hidden;
}

footer {
    margin-top: auto;  /* Push footer to bottom */
    background: var(--light);
    padding: 1rem;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--primary);
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.hamburger {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background: white;
    transition: all 0.3s;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: white;
    transition: all 0.3s;
}

.hamburger::before { top: -6px; }
.hamburger::after { bottom: -6px; }

.nav-toggle.active .hamburger {
    transform: rotate(45deg);
}

.nav-toggle.active .hamburger::before {
    transform: rotate(90deg);
    top: 0;
}

.nav-toggle.active .hamburger::after {
    transform: rotate(90deg);
    bottom: 0;
}

header h1 {
    font-size: 1.5rem;
    text-align: center;
    color: white;
}

header nav {
    margin-top: 1rem;
}

header ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

header a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

header a:hover {
    color: var(--secondary);
}

@media (max-width: 768px) {
    header {
        padding: 0.5rem 1rem;
    }

    header h1 {
        font-size: 1.2rem;
        padding-right: 50px;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        display: none;
        width: 100%;
        margin-top: 1rem;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .main-nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .main-nav a {
        display: block;
        padding: 0.75rem 0;
    }
}

/* Main Content */
section {
    position: relative;
    min-height: calc(100vh + 120px); /* Changed to include header height */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px; /* Compensate for header */
    padding: 120px 0; /* Add padding to ensure content doesn't overlap with header/next section */
}

.content-box {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: var(--spacing);
    margin: 2rem;
    border-radius: 8px;
    width: 80%;
    max-width: 1200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Articles */
.article {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
    padding: var(--spacing);
}

.content-box.article {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content-box.article h1 {
    color: var(--secondary);
    margin-bottom: 1rem;
}
.content-box.article time {
    color: #666;
    font-size: 0.9rem;
}
article h3 {
    color: var(--primary);
}
.article-content {
    margin: 2rem 0;
    flex-grow: 1;
}

.article-content {
    max-width: 100%;
    overflow-x: hidden;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.article-content ol,
.article-content ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.article-content p {
    margin: 1rem 0;
    line-height: 1.6;
}

.article-navigation {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--light);
    display: flex;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .content-box.article {
        padding: 1.5rem;
        margin: 1rem;
        width: calc(100% - 2rem);
    }

    .article-content {
        font-size: 16px;
    }

    .article-navigation {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .article-navigation a {
        width: 100%;
        text-align: center;
    }

    .btn {
        padding: 0.75rem 1rem;
        width: 100%;
        margin: 0.25rem 0;
    }
}

/* Support Section */
#aktuelles {
    background: url('/uploads/sections/contact.jpg');
    background-size: cover;         /* Fill the entire section */
    background-position: center;    /* Center the image */
    background-repeat: no-repeat;   /* Don't repeat the image */
    background-attachment: fixed;   /* Keep image fixed while scrolling */
    padding: var(--spacing);
    position: relative;             /* For stacking context */
    width: 100vw;                  /* Full viewport width */
    min-height: 100vh;             /* Full viewport height */
    margin: 0;                     /* Remove any margins */
    overflow: hidden;              /* Prevent scrolling within section */
}
section#projects {
    background: url('/uploads/sections/projects-bg.jpg');
    background-size: cover;         /* Fill the entire section */
    background-position: center;    /* Center the image */
    background-repeat: no-repeat;   /* Don't repeat the image */
    background-attachment: fixed;   /* Keep image fixed while scrolling */
    padding: var(--spacing);
    position: relative;             /* For stacking context */
    width: 100vw;                  /* Full viewport width */
    min-height: 100vh;             /* Full viewport height */
    margin: 0;                     /* Remove any margins */
    overflow: hidden;              /* Prevent scrolling within section */
}


section#contact {
    background: url('/uploads/sections/schule.jpg');
    background-size: cover;         /* Fill the entire section */
    background-position: center;    /* Center the image */
    background-repeat: no-repeat;   /* Don't repeat the image */
    background-attachment: fixed;   /* Keep image fixed while scrolling */
    padding: var(--spacing);
    position: relative;             /* For stacking context */
    width: 100vw;                  /* Full viewport width */
    min-height: 100vh;             /* Full viewport height */
    margin: 0;                     /* Remove any margins */
    overflow: hidden;              /* Prevent scrolling within section */
}
/* Ensure content box stays on top of background */
#aktuelles .content-box {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
}

#aktuelles article {
    border-left: 4px solid var(--primary);
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    transition: all 0.3s ease;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
}

#aktuelles article:hover {
    transform: translateX(10px);
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#aktuelles h2 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: var(--primary);
}

#aktuelles h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

#aktuelles article h3 {
    margin: 0;
    font-size: 1.2rem;
}

#aktuelles article h3 a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s;
}

#aktuelles article h3 a:hover {
    color: var(--primary);
}

#aktuelles time {
    color: var(--gray);
    font-size: 0.9rem;
    background: var(--light);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
}

#aktuelles .more-link {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#aktuelles .more-link a {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: var(--primary);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

#aktuelles .more-link a:hover {
    background: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    #aktuelles article {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    #aktuelles time {
        justify-self: start;
    }

    #aktuelles .content-box {
        padding: 1.5rem;
    }
}

ul, ol {
    padding-left: 2rem;
}

li {
    margin: 0.5rem 0;
}

/* Footer */
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

.footer-nav a:hover {
    color: var(--primary);
}

.footer-nav a:hover {
    color: var(--primary);
}

/* Contact Section Styles */
.contact-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    margin-top: 1rem;
}

.contact-details-box {
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    padding: 2rem !important;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.contact-details-box h3 {
    color: var(--primary);
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: var(--light);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    background: white;
}

.contact-item i {
    color: var(--primary);
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light);
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.contact-item:hover i {
    background: var(--primary);
    color: white;
}

.contact-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 0.25rem;
}

.contact-item a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}

.contact-item a:hover {
    color: var(--primary);
}

/* Bank Info Styling */
.bank-info {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--light);
}

.bank-info h3 {
    color: var(--primary);
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.bank-details {
    background: var(--light);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}

.bank-item {
    padding: 1rem;
    background: white;
    border-radius: 6px;
    margin-bottom: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.bank-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.bank-item:last-child {
    margin-bottom: 0;
}

.bank-value {
    font-size: 1.1rem;
    color: var(--text);
    margin-top: 0.25rem;
}

.bank-value.font-monospace {
    letter-spacing: 1.5px;
    font-family: monospace;
    font-weight: 500;
    color: var(--primary);
}

/* Board Section Styles */
.board-photo {
    position: relative;
    height: auto;  /* Changed from 100% */
    display: block;  /* Changed from flex */
}

.board-photo img {
    max-width: 100%;
    height: auto;
    max-height: 250px;  /* Reduced from 300px */
    width: auto;
    object-fit: contain;
    vertical-align: top;  /* Added */
}

.board-members-box, .contact-details-box {
    height: 100%;
    background: white;
    transition: transform 0.2s;
}

.board-members-box:hover, .contact-details-box:hover {
    transform: translateY(-5px);
}

.board-member {
    border-left: 3px solid var(--primary);
    padding-left: 1rem;
}

.member-name {
    font-size: 1.1rem;
    margin: 0;
    color: var(--text);
}

.member-role {
    color: var(--primary);
    font-size: 0.9rem;
    font-style: italic;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

contact-item i {
    color: var(--primary);
    width: 20px;
    margin-top: 5px;
}

.bank-details {
    background: var(--light);
    padding: 1.5rem;
    border-radius: 4px;
}

.bank-details .font-monospace {
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
    header ul {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* New Board Content Wrapper Styles */
.board-content-wrapper {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.board-photo {
    flex: 0 0 auto;
    width: 200px;
}

.board-photo img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 4px;
}

.board-list {
    flex: 1;
}

@media (max-width: 768px) {
    .board-content-wrapper {
        flex-direction: column;
    }
    
    .board-photo {
        width: 100%;
        margin-bottom: 1rem;
    }
}
/* Projects Slideshow Styles */
.projects-slider {
    padding: 2rem 0;
    position: relative;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;  /* Add this to prevent glitches */
}

.project-slide {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;  /* Performance optimization */
}

.project-slide:hover {
    transform: translateY(-5px) scale(1.01);
}

.project-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    transform-origin: center center;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-slide:hover .project-image img {
    transform: scale(1.05);
}

.project-info {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    flex: 1;
}

.project-info h3 {
    color: var(--primary);
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
}

.project-info p {
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.6;
}

/* Swiper Navigation Customization */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: var(--primary);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--primary);
    opacity: 0.5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
}

.swiper-pagination-bullet:hover {
    transform: scale(1.2);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Add smooth fade effect */
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
    opacity: 1;
}

/* Swiper Animation Improvements */
.swiper-slide {
    transition: none; /* Remove default transition */
}

.swiper-wrapper {
    transition-timing-function: linear !important; /* Override default easing */
}

.swiper-fade .swiper-slide {
    transition: opacity 0.3s linear; /* Quick, linear fade */
}

.swiper-slide-active {
    transform: translate3d(0, 0, 0); /* Use transform3d for hardware acceleration */
    opacity: 1;
}

.swiper-slide-prev {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.swiper-slide-next {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

/* Swiper Animation Improvements */
.swiper-slide {
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), 
                opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.swiper-slide-prev,
.swiper-slide-next {
    transform: scale(0.85);
    opacity: 0.5;
}

/* Fade effect refinements */
.swiper-fade .swiper-slide {
    transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-fade .swiper-slide-active {
    opacity: 1;
}

.swiper-fade .swiper-slide-prev,
.swiper-fade .swiper-slide-next {
    opacity: 0;
}

@media (max-width: 768px) {
    .project-image {
        height: 300px;
    }
    
    .project-info {
        padding: 1.5rem;
    }
    
    .project-info h3 {
        font-size: 1.2rem;
    }
}

/* Enhanced Section Headers */
#projects h2,
#contact h2,
#aktuelles h2 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: var(--primary);
}

#projects h2:after,
#contact h2:after,
#aktuelles h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

@media (max-width: 768px) {
    #projects h2:after,
    #contact h2:after,
    #aktuelles h2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    #projects h2,
    #contact h2,
    #aktuelles h2 {
        text-align: center;
    }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    header h1 {
        font-size: 1.2rem;
        line-height: 1.3;
        padding: 0 40px;  /* Space for menu button */
    }

    .contact-container {
        padding: 1rem !important;
    }

    section {
        background-attachment: scroll !important;  /* Fix parallax issues on mobile */
        min-height: auto;
        padding: 2rem 1rem;
    }

    .content-box {
        width: 95%;
        padding: 1rem;
        margin: 1rem auto;
    }

    .board-content-wrapper {
        flex-direction: column;
    }

    .board-photo {
        width: 100%;
        margin-bottom: 1rem;
    }

    .contact-details-box, 
    .board-members-box {
        padding: 1rem !important;
    }

    .bank-info {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .bank-item {
        padding: 0.75rem;
    }

    .row {
        margin: 0 !important;
    }

    .col-lg-8,
    .col-lg-4 {
        padding: 0.5rem !important;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    header h1 {
        font-size: 1rem;
    }

    .contact-item {
        padding: 1rem;
        gap: 0.75rem;
    }

    .bank-info h3,
    .contact-details-box h3 {
        font-size: 1.2rem;
    }
}

/* Mobile Image Optimizations */
@media (max-width: 768px) {
    section {
        background-attachment: scroll !important;  /* Disable parallax on mobile */
        background-position: center center !important;
        min-height: 100vh;
        margin-top: 0;
        padding: 60px 1rem;  /* Reduced padding */
    }

    section#projects,
    section#contact,
    #aktuelles {
        background-size: auto 100% !important;  /* Full height coverage */
        background-position: center center !important;
    }

    .project-image {
        height: 250px !important;  /* Shorter images on mobile */
    }

    .board-photo img {
        max-height: 200px !important;
        width: 100%;
        object-fit: contain;
        margin: 0 auto;
    }

    .content-box {
        width: 95%;
        margin: 0 auto;
        padding: 1.5rem;
        backdrop-filter: blur(10px);  /* Better text readability */
        background: rgba(255, 255, 255, 0.95);  /* Slightly more opaque */
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .project-image {
        height: 200px !important;
    }

    .board-photo img {
        max-height: 180px !important;
    }
}
.news-content-box {
    position: relative !important; 
    z-index: 2 !important;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    padding: 2.5rem;
    margin: 2rem auto !important; /* Changed from 2rem to 2rem auto */
    border-radius: 8px;
    width: 90% !important;
    max-width: 1200px; /* Added max-width */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.news-content-box h1 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    color: var(--primary);
}

.news-content-box h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

/* News Page Styles */
.news-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-item {
    border-left: 4px solid var(--primary);
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.news-item:hover {
    transform: translateX(10px);
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-item h2 {
    margin: 0;
    font-size: 1.2rem;
}

.news-item h2 a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s;
}

.news-item h2 a:hover {
    color: var(--primary);
}

.news-item time {
    color: var(--gray);
    font-size: 0.9rem;
    background: var(--light);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0.5rem;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination a {
    color: var(--text);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background: var(--light);
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: var(--primary);
    color: white;
}

.pagination a.active {
    background: var(--primary);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .news-item {
        padding: 1rem;
    }

    .pagination {
        flex-wrap: wrap;
    }
}

/* News Page Background */
main.news-bg {
    min-height: 100vh;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}