    h1 {
        font-weight: 600;
    }
    h2 {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.3;
    }
    h3 {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.3;
    }
    p {
        line-height: 1.4;
    }
	.btn-warning {
	  --bs-btn-color: #000;
	  --bs-btn-bg: #FDC300;
	  --bs-btn-border-color: #FDC300;
	  --bs-btn-hover-color: #000;
	  --bs-btn-hover-bg: #e5b200;
	  --bs-btn-hover-border-color: #e5b200;
	  --bs-btn-focus-shadow-rgb: 253, 195, 0;
	  --bs-btn-active-color: #000;
	  --bs-btn-active-bg: #ffcc00;
	  --bs-btn-active-border-color: #FDC300;
	  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	  --bs-btn-disabled-color: #000;
	  --bs-btn-disabled-bg: #FDC300;
	  --bs-btn-disabled-border-color: #FDC300;
	}

	/* ===== Einbruchschutz Farbschema: Orange → Gelb (#FDC300) ===== */
	/* Warenkorb-Button (aus shp2024.css) überschreiben */
	.wkbButton A, .wkbButton { background-color: #FDC300 !important; }
	.wkbButton:hover { background-color: #e5b200 !important; }

	/* Pflichtfeld-Rahmen */
	.form_text_pflicht { border-color: #FDC300 !important; }

	/* Footer Pfeil-Icons */
	.footer_arrow_svg { filter: hue-rotate(-30deg) saturate(1.3) !important; }
    .header-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 15px;
    }
    .header-titles {
        text-align: left;
    }
    .titel1 {
        font-size: 2rem;
        margin: 0;
    }
    .titel2 {
        font-size: 1rem;
        margin: -5px 0 0;
        text-align: left;
    }
	.btn_100{
		width: 100%;
	}

    .carousel {
        margin: 0;
        padding: 0;
    }
    .carousel img {
        max-height: 400px;
        object-fit: cover;
    }
    .carousel-caption {
        position: absolute;
        bottom: 10%;
        left: 5%;
        color: #fff;
        text-align: left;
        background: rgba(0, 0, 0, 0.5);
        padding: 2vw 3vw;
        max-width: 40%;
        font-size: calc(1rem + 0.5vw);
        display: block;
    }
    .carousel-caption h5 {
        font-size: calc(1.5rem + 0.5vw);
        font-weight: 600;
        margin-bottom: 10px;
    }
    .carousel-caption p {
        font-size: calc(1rem + 0.3vw);
        font-weight: 400;
        margin: 0;
    }

    /* Product Cards */
    .product-card img { width: 100%; border-radius: 6px; transition: transform 0.3s; }
    .product-card img:hover { transform: scale(1.03); }
    .product-card h3 { margin-top: 12px; }

    /* USP Section */
    .usp-section { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; padding: 60px 0; }
    .usp-section h2 { color: #FDC300; }
    .usp-item { display: flex; align-items: flex-start; margin-bottom: 20px; }
    .usp-bullet { color: #FDC300; font-size: 1.6rem; margin-right: 12px; flex-shrink: 0; line-height: 1.3; }

    /* KfW Section */
    .kfw-section { background: #f0f7f0; padding: 50px 0; }
    .kfw-badge { background: #28a745; color: #fff; padding: 8px 20px; border-radius: 50px; font-weight: 600; display: inline-block; margin-bottom: 16px; }

    /* Feature Cards */
    .feature-card {
        background: #f8f9fa; border-radius: 8px; padding: 24px; height: 100%;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .feature-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
    .feature-icon { font-size: 2.2rem; color: #FDC300; margin-bottom: 12px; }

    @media (max-width: 576px) {
        .titel1 {
            font-size: 2.3rem;
        }
        .titel2 {
            font-size: 1.1rem;
        }
        .carousel-caption {
            bottom: 5%;
            left: 5%;
            max-width: 50%;
            padding: 3vw 4vw;
	        background: rgba(0, 0, 0, 0.33);
            font-size: calc(0.8rem + 0.3vw);
        }
        .carousel-indicators {
            display: none;
        }
        .carousel-caption h5 {
            font-size: calc(1.1rem + 0.2vw);
        }
        .carousel-caption p {
            font-size: calc(0.7rem + 0.1vw);
        }
    }
    @media (max-width: 768px) {
        .titel1 {
            font-size: 1.6rem;
        }
        .titel2 {
            font-size: 1.0rem;
        }
        .carousel-caption {
            bottom: 5%;
            left: 5%;
            max-width: 50%;
            padding: 3vw 4vw;
	        background: rgba(0, 0, 0, 0.33);
            font-size: calc(0.8rem + 0.3vw);
        }
        .carousel-indicators {
            display: none;
        }
        .carousel-caption h5 {
            font-size: calc(1.1rem + 0.2vw);
        }
        .carousel-caption p {
            font-size: calc(0.7rem + 0.1vw);
        }
    }
    @media (min-width: 991px) {
        .titel1 {
            font-size: 3.5rem;
        }
        .titel2 {
            font-size: 1.7rem;
        }
        .carousel-caption {
            bottom: 5%;
            left: 5%;
            max-width: 50%;
            padding: 3vw 4vw;
	        background: rgba(0, 0, 0, 0.33);
        }
        .carousel-caption h5 {
            font-size: calc(1.1rem + 0.2vw);
        }
        .carousel-caption p {
            font-size: calc(0.7rem + 0.1vw);
        }
    }
    @media (min-width: 1200px) {
        .titel1 {
            font-size: 3.5rem;
        }
        .titel2 {
            font-size: 2rem;
        }
        .carousel-caption h5 {
			font-size: 1.9rem;
	  	}
        .carousel-caption p {
			font-size: 1.3rem;
	  	}
    }
