﻿

        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; background-color: #ffffff; line-height: 1.6; }

        /* LINKBALKEN (NAVIGATION) PROZENTUAL (80%) */
        .header-nav { position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); z-index: 1000; }
        .nav-container { width: 80%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; position: relative; }
        .brand-area { display: flex; align-items: center; text-decoration: none; }
        .logo-img { height: 40px; width: auto; margin-right: 15px; }
        .brand-text { font-size: 1.6rem; font-weight: bold; color: #000000; }
        .nav-menu { display: flex; list-style: none; align-items: center; }
        .nav-item a { text-decoration: none; color: #333; padding: 10px 20px; font-size: 1.1rem; transition: color 0.3s; }
        .nav-item a:hover { color: #007bff; }
        .btn-angebote { background: #007bff; color: #fff !important; padding: 10px 25px !important; border-radius: 5px; font-weight: bold; margin-left: 20px; text-decoration: none; }

        /* Schalter für mobiles Menü */
        #menu-toggle { display: none; }
        .menu-icon { display: none; cursor: pointer; padding: 10px; font-size: 1.8rem; font-weight: bold; }

        /* HERO SEKTION (HAUPTBILD 30%) */
        .main-content { margin-top: 120px; padding: 20px 0; }
        .section-container { width: 60%; margin: 0 auto; text-align: center; }
        .welcome-text { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.15rem; }
        .btn-spende { display: inline-block; background: #ffc107; color: #212529; text-decoration: none; padding: 12px 30px; border-radius: 5px; font-size: 1.1rem; font-weight: bold; margin-bottom: 50px; transition: background 0.3s; }
        .btn-spende:hover { background: #e0a800; }
        .img-koffer { width: 30% !important; max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin: 0 auto; display: block; }

        /* LINKS ZU DEN UNTERSEITEN (3 SPALTEN) */
        .features-section { background: #f8f9fa; padding: 60px 0; margin-top: 60px; }
        .grid-container { width: 80%; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(28%, 1fr)); gap: 30px; }
        .link-card { background: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); display: flex; flex-direction: column; justify-content: space-between; text-align: center; border: 1px solid #eee; }
        .img-kachel { width: 70% !important; height: auto; border-radius: 6px; margin: 0 auto 20px auto; display: block; }
        .card-title { font-size: 1.4rem; margin-bottom: 12px; color: #111; }
        .card-text { font-size: 1rem; color: #555; line-height: 1.5; margin-bottom: 20px; }
        .btn-card { display: block; text-align: center; background: #007bff; color: white; text-decoration: none; padding: 12px; border-radius: 4px; font-weight: bold; font-size: 1rem; }

        /* KONTAKTFORMULAR */
        .contact-section { background: #ffffff; padding: 60px 0; border-top: 1px solid #eee; }
        .form-container { width: 80%; margin: 0 auto; max-width: 600px; }
        .form-group { margin-bottom: 15px; }
        .form-group label { display: block; margin-bottom: 5px; font-weight: bold; }
        .form-control { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; }
        .btn-submit { width: 100%; background: #28a745; color: white; border: none; padding: 12px 20px; border-radius: 4px; font-size: 1rem; font-weight: bold; cursor: pointer; }

        /* FOOTER MIT RECHTLICHEM BALKEN */
        footer { background: #222; color: #fff; padding: 30px 0; text-align: center; font-size: 0.9rem; }
        .footer-links a { color: #bbb; text-decoration: none; margin: 0 15px; }
        .footer-links a:hover { color: #fff; }

        /* NACH-OBEN-SCROLLEN BUTTON */
        #btn-top { display: none; position: fixed; bottom: 20px; right: 20px; z-index: 99; font-size: 1.2rem; border: none; outline: none; background-color: #007bff; color: white; cursor: pointer; padding: 12px 16px; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.15); transition: background-color 0.3s; }
        #btn-top:hover { background-color: #0056b3; }

        /* SMARTPHONE-ANPASSUNG */
        @media (max-width: 992px) {
            .nav-container, .section-container, .grid-container, .form-container { width: 90%; }
            .grid-container { grid-template-columns: 1fr; }
            .img-koffer { width: 60% !important; }
            .menu-icon { display: block; color: #333; }
            
            h1 { font-size: 1.8rem !important; }
            p, li { font-size: 1rem !important; }

            .nav-menu { display: none; flex-direction: column; width: 100%; position: absolute; top: 100%; left: 0; background: #ffffff; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
            .nav-item { width: 100%; text-align: center; margin: 10px 0; }
            .btn-angebote { margin-left: 0; display: inline-block; }
            #menu-toggle:checked ~ .nav-menu { display: flex; }
        }
    .auto-style1 {
		font-size: xx-small;
	}
	
	
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; background-color: #ffffff; line-height: 1.6; }

        /* NAVI PROZENTUAL (80%) */
        .header-nav { position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); z-index: 1000; }
        .nav-container { width: 80%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; position: relative; }
        .brand-area { display: flex; align-items: center; text-decoration: none; }
        .logo-img { height: 40px; width: auto; margin-right: 15px; }
        .brand-text { font-size: 1.6rem; font-weight: bold; color: #000000; }
        .nav-menu { display: flex; list-style: none; align-items: center; }
        .nav-item a { text-decoration: none; color: #333; padding: 10px 20px; font-size: 1.1rem; }
        .btn-nav-active { background: #007bff; color: #fff !important; padding: 10px 25px !important; border-radius: 5px; font-weight: bold; margin-left: 20px; text-decoration: none; }

        #menu-toggle { display: none; }
        .menu-icon { display: none; cursor: pointer; padding: 10px; font-size: 1.8rem; }

        /* PRODUKT-RASTER (KORRIGIERT AUF EXAKT 3 SPALTEN) */
        .main-content { margin-top: 140px; padding: 10px 0; }
        .page-title { text-align: center; margin-bottom: 40px; font-size: 2.2rem; }
        .grid-container { width: 80%; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
        .article-card { background: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); display: flex; flex-direction: column; justify-content: space-between; text-align: center; border: 1px solid #eee; }
        
        .img-empfehlung { 
            width: auto; 
            max-width: 100%; 
            height: 180px;            /* Feste HÃ¶he fÃ¼r alle Bilder */
            object-fit: contain;      /* Verhindert Verzerrungen */
            border-radius: 4px; 
            margin: 0 auto 15px auto; 
            display: block; 
        }
        .card-title { font-size: 1.25rem; margin-bottom: 10px; color: #111; text-align: left; }
        .card-text { font-size: 0.95rem; color: #555; line-height: 1.5; margin-bottom: 15px; text-align: left; }
        .btn-shop { display: block; text-align: center; background: #007bff; color: white; text-decoration: none; padding: 10px; border-radius: 4px; font-weight: bold; font-size: 0.95rem; }

        footer { background: #222; color: #fff; padding: 30px 0; text-align: center; font-size: 0.9rem; margin-top: 60px; }
        .footer-links a { color: #bbb; text-decoration: none; margin: 0 15px; }

        @media (max-width: 992px) {
            .nav-container, .grid-container { width: 90%; }
            .grid-container { grid-template-columns: 1fr; }
            .menu-icon { display: block; color: #333; }
            .nav-menu { display: none; flex-direction: column; width: 100%; position: absolute; top: 100%; left: 0; background: #ffffff; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
            .nav-item { width: 100%; text-align: center; margin: 10px 0; }
            .btn-nav-active { margin-left: 0; display: inline-block; }
            #menu-toggle:checked ~ .nav-menu { display: flex; }
        }
                * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; background-color: #ffffff; line-height: 1.6; }

        /* LINKBALKEN (NAVIGATION) PROZENTUAL (80%) */
        .header-nav { position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); z-index: 1000; }
        .nav-container { width: 80%; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; padding: 10px 0; position: relative; }
        .brand-area { display: flex; align-items: center; text-decoration: none; }
        .logo-img { height: 40px; width: auto; margin-right: 15px; }
        .brand-text { font-size: 1.6rem; font-weight: bold; color: #000000; }
        .nav-menu { display: flex; list-style: none; align-items: center; }
        .nav-item a { text-decoration: none; color: #333; padding: 10px 20px; font-size: 1.1rem; transition: color 0.3s; }
        .nav-item a:hover { color: #007bff; }
        .btn-angebote { background: #007bff; color: #fff !important; padding: 10px 25px !important; border-radius: 5px; font-weight: bold; margin-left: 20px; text-decoration: none; }

        /* Schalter für mobiles Menü */
        #menu-toggle { display: none; }
        .menu-icon { display: none; cursor: pointer; padding: 10px; font-size: 1.8rem; font-weight: bold; }

        /* INHALT */
        .main-content { margin-top: 140px; padding: 40px 0; }
        .info-container { width: 80%; margin: 0 auto; max-width: 800px; }
        h1 { font-size: 2.5rem; margin-bottom: 20px; color: #111; }
        p { font-size: 1.15rem; margin-bottom: 20px; color: #444; }

        /* FOOTER MIT RECHTLICHEM BALKEN */
        footer { background: #222; color: #fff; padding: 30px 0; text-align: center; font-size: 0.9rem; margin-top: 60px; }
        .footer-links a { color: #bbb; text-decoration: none; margin: 0 15px; }
        .footer-links a:hover { color: #fff; }

        /* SMARTPHONE-ANPASSUNG */
        @media (max-width: 992px) {
            .nav-container, .info-container { width: 90%; }
            .menu-icon { display: block; color: #333; }
            
            h1 { font-size: 1.8rem !important; }
            p { font-size: 1rem !important; }

            .nav-menu { 
                display: none; 
                flex-direction: column; 
                width: 100%; 
                position: absolute; 
                top: 100%; 
                left: 0; 
                background: #ffffff; 
                padding: 20px; 
                box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
            }
            .nav-item { width: 100%; text-align: center; margin: 10px 0; }
            .btn-angebote { margin-left: 0; display: inline-block; }
            #menu-toggle:checked ~ .nav-menu { display: flex; }
        }
                * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; background-color: #ffffff; line-height: 1.6; }

        /* NAVI PROZENTUAL (80%) */
        .header-nav { position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); z-index: 1000; }
        .nav-container { width: 80%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; position: relative; }
        .brand-area { display: flex; align-items: center; text-decoration: none; }
        .logo-img { height: 40px; width: auto; margin-right: 15px; }
        .brand-text { font-size: 1.6rem; font-weight: bold; color: #000000; }
        .nav-menu { display: flex; list-style: none; align-items: center; }
        .nav-item a { text-decoration: none; color: #333; padding: 10px 20px; font-size: 1.1rem; }
        .btn-angebote { background: #007bff; color: #fff !important; padding: 10px 25px !important; border-radius: 5px; font-weight: bold; margin-left: 20px; text-decoration: none; }

        #menu-toggle { display: none; }
        .menu-icon { display: none; cursor: pointer; padding: 10px; font-size: 1.8rem; }

        /* INHALT */
        .main-content { margin-top: 140px; padding: 40px 0; }
        .info-container { width: 80%; margin: 0 auto; max-width: 800px; }
        h1 { font-size: 2.5rem; margin-bottom: 20px; color: #111; }
        p { font-size: 1.15rem; margin-bottom: 20px; color: #444; }
        ul { font-size: 1.15rem; margin-bottom: 20px; padding-left: 20px; color: #444; }
        li { margin-bottom: 10px; }

        footer { background: #222; color: #fff; padding: 30px 0; text-align: center; font-size: 0.9rem; margin-top: 60px; }
        .footer-links a { color: #bbb; text-decoration: none; margin: 0 15px; }

        @media (max-width: 992px) {
            .nav-container, .info-container { width: 90%; }
            .menu-icon { display: block; color: #333; }
            .nav-menu { display: none; flex-direction: column; width: 100%; position: absolute; top: 100%; left: 0; background: #ffffff; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
            .nav-item { width: 100%; text-align: center; margin: 10px 0; }
            .btn-angebote { margin-left: 0; display: inline-block; }
            #menu-toggle:checked ~ .nav-menu { display: flex; }
        }
    /*Kachel Bilder index */
.img-kachel {
    width: 80%;
    height: 200px; /* Oder 200px, 300px - je nach Wunsch */
    object-fit: cover; /* Schneidet Bilder zu ohne Verzerrung */
    object-position: center; /* Zentriert den Bildausschnitt */
}
