:root{--primary-color:#353B3C;--secondary-color:#FFFFFF;--accent-color:#B8860B;--neutral-papaya:#FFEFD3;--neutral-gray:#FFFFFF}body, h1, h2, h3, h4, h5, h6, .btn{font-family:'Montserrat', sans-serif;color:#001B2E}p, .text-body{font-family:'Open Sans', sans-serif;color:#001B2E}h1, h2, h3{font-weight:700}h4, h5, h6{font-weight:600}.btn-primary-custom{background-color:#d1a600;border-color:#d1a600;color:var(--secondary-color);border-radius:5px;font-weight:600;transition:all 0.3s ease}.btn-primary-custom:hover{background-color:#b08e00;border-color:#b08e00;color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 6px rgba(0, 0, 0, 0.1)}.btn-secondary-custom{background-color:var(--neutral-gray);color:#222222;border-radius:5px;font-weight:600;transition:all 0.3s ease}.btn-secondary-custom:hover{background-color:#9aaabf;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0, 0, 0, 0.1)}.hero-section{position:relative;width:100%;padding-top:30%;overflow:hidden;background-color:#343a40;border-radius:0.5rem;color:var(--secondary-color)}.angebote{background-color:var(--primary-color);color:var(--secondary-color);border-radius:20px}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-background-image{width:100%;height:100%;object-fit:cover;opacity:0.5;transition:opacity 0.3s ease-in-out}.hero-content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;padding:1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-content-wrapper h1, .hero-content-wrapper p{color:white;margin-bottom:0.5rem}.hero-content-wrapper h1{}.hero-image-container:hover .hero-background-image{opacity:0.8}.footer-main{background-color:var(--primary-color)}.section-spacing{padding-top:2rem;padding-bottom:3rem}.container-fluid.section-spacing{background-color:var(--neutral-gray)}.navbar-dark.bg-dark{background-color:var(--primary-color) !important}.card{margin-bottom:2rem}.btn-gradient-custom{background-image:linear-gradient(90deg, #6A687A, #84828F);color:#FFFFFF;border-radius:5px;padding:0.4rem 0.8rem;font-weight:600;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;border:none}.btn-gradient-custom:hover{background-image:linear-gradient(90deg, #3A708C, #2F6175);box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);transform:translateY(-2px)}@media (max-width:576px){.btn-gradient-custom{width:100%;justify-content:center}}@media (max-width:575.98px){.custom-card-text-list p{font-size:0.8rem;margin-bottom:0.4rem;line-height:1.8rem}}