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

body {
    font-family: 'Courier New', Courier, monospace;
    background: #1a120b;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Holzhaus */
.holz-haus {
    max-width: 1300px;
    width: 100%;
    position: relative;
    background: #4a2c1a;
    border-radius: 30px 30px 15px 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8), inset 0 1px 5px rgba(255,215,140,0.3);
    border: 8px solid #5d3a1e;
    overflow: hidden;
}

/* Dach */
.dach {
    position: relative;
    height: 60px;
    background: #3b2a1a;
    margin-top: -10px;
    border-bottom: 3px solid #8b5a2b;
}

.dach-first {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(135deg, #2c1a0a 0%, #5d3a1e 50%, #2c1a0a 100%);
    transform: skewY(-2deg);
    border-bottom: 3px solid #b87c3a;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
}

.schornstein {
    position: absolute;
    top: -45px;
    right: 100px;
    width: 40px;
    height: 70px;
    background: #5d3a1e;
    border: 3px solid #3b2a1a;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 0 10px #2c1a0a;
}

/* Container mit Holzmaserung */
.container {
    background: #5d3a1e;
    padding: 30px;
    position: relative;
    background-image: 
        repeating-linear-gradient(90deg, 
            transparent, 
            transparent 30px, 
            rgba(0,0,0,0.1) 30px, 
            rgba(0,0,0,0.1) 32px),
        repeating-linear-gradient(0deg,
            #5d3a1e 0px,
            #5d3a1e 2px,
            #6b4a2a 2px,
            #6b4a2a 4px);
}

/* Holzbalken Deko */
.holz-balken {
    height: 15px;
    background: #3b2a1a;
    border-top: 3px solid #8b5a2b;
    border-bottom: 3px solid #2c1a0a;
    margin: 20px -30px -30px -30px;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
}

.holz-balken.unten {
    margin: 30px -30px -30px -30px;
}

.holz-nagel-deko {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}

.holz-nagel {
    width: 25px;
    height: 25px;
    background: #c0a060;
    border-radius: 50%;
    border: 3px solid #8b5a2b;
    box-shadow: inset 0 -3px 5px #5d3a1e, 0 2px 3px rgba(0,0,0,0.5);
}

/* Header */
.bauernhof-header {
    text-align: center;
    padding: 25px;
    background: #4a2c1a;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 5px solid #8b5a2b;
    box-shadow: inset 0 0 15px #2c1a0a, 0 8px 0 #2c1a0a;
    position: relative;
}

.bauernhof-header h1 {
    font-size: 2.8em;
    text-shadow: 3px 3px 0 #2c1a0a, 5px 5px 0 #000000;
    color: #ffd7a0;
    letter-spacing: 2px;
}

.subtitle {
    font-style: italic;
    font-size: 1.3em;
    color: #e6c5a0;
    text-shadow: 1px 1px 0 #2c1a0a;
    margin-top: 10px;
}

/* Meldungen */
.erfolgsmeldung, .fehlermeldung {
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
    font-size: 1.2em;
    border: 3px solid;
}

.erfolgsmeldung {
    background: #2d5a2d;
    border-color: #90EE90;
    color: #e6ffe6;
    box-shadow: inset 0 0 15px #1a3b1a;
}

.fehlermeldung {
    background: #6b2a2a;
    border-color: #ff6b6b;
    color: #ffe6e6;
    box-shadow: inset 0 0 15px #3b1a1a;
}

/* Produktregal */
.produktregal {
    margin: 50px 0;
}

.regal-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 30px;
    color: #ffd7a0;
    text-shadow: 3px 3px 0 #2c1a0a;
    background: #3b2a1a;
    padding: 15px;
    border-radius: 50px;
    border: 3px solid #b87c3a;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.regal {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 30px;
    background: #3b2a1a;
    border-radius: 20px;
    border: 6px solid #8b5a2b;
    position: relative;
    box-shadow: inset 0 0 20px #1a0f07, 0 10px 0 #1a0f07;
}

/* Regal-Bretter */
.regal-brett {
    background: #8b5a2b;
    padding: 25px 20px;
    border-radius: 12px;
    border: 4px solid #c08a4c;
    box-shadow: 0 8px 0 #4a2c1a, 0 12px 20px rgba(0,0,0,0.5);
    transition: all 0.2s;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(135deg, #8b5a2b 0%, #b87c3a 100%);
}

.regal-brett:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 0 #4a2c1a, 0 17px 25px rgba(0,0,0,0.6);
}

/* Holznagel an den Ecken */
.regal-brett::before,
.regal-brett::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #c0a060;
    border-radius: 50%;
    border: 2px solid #5d3a1e;
    box-shadow: inset 0 -2px 3px #2c1a0a;
}

.regal-brett::before {
    top: 5px;
    left: 5px;
}

.regal-brett::after {
    bottom: 5px;
    right: 5px;
}

.produkt {
    text-align: center;
}

.produkt-icon {
    font-size: 5em;
    margin-bottom: 15px;
    filter: drop-shadow(2px 6px 4px #2c1a0a);
    background: #f5e6d3;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
    border: 4px solid #5d3a1e;
}

.produkt-name {
    font-weight: bold;
    font-size: 1.2em;
    margin: 15px 0;
    min-height: 55px;
    color: #2c1a0a;
    text-shadow: 1px 1px 0 #e6c5a0;
}

/* Old School Preisschild */
.preisschild {
    background: #f0dbb8;
    padding: 8px 20px;
    border-radius: 8px 8px 15px 15px;
    border: 3px solid #5d3a1e;
    display: inline-block;
    margin: 15px 0;
    box-shadow: 0 5px 0 #2c1a0a, inset 0 1px 5px #fff9e6;
    font-family: 'Times New Roman', serif;
    position: relative;
}

.preisschild::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: #5d3a1e;
    border-radius: 2px;
}

.preis {
    font-size: 1.5em;
    font-weight: bold;
    color: #2c1a0a;
}

.add-button {
    background: #5d7a3a;
    color: #f5e6d3;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.2em;
    cursor: pointer;
    border: 3px solid #3d5a1e;
    border-bottom: 6px solid #2d3a1a;
    transition: all 0.1s;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    margin-top: 15px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.add-button:hover {
    background: #6d8a4a;
    transform: translateY(-2px);
    border-bottom-width: 8px;
}

.add-button:active {
    transform: translateY(4px);
    border-bottom-width: 3px;
}

/* Warenkorb Section */
.warenkorb-section {
    margin-top: 70px;
    padding: 35px;
    background: #4a2c1a;
    border-radius: 20px;
    border: 6px solid #b87c3a;
    box-shadow: inset 0 0 20px #2c1a0a, 0 10px 0 #2c1a0a;
}

.warenkorb-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
    color: #ffd7a0;
    text-shadow: 3px 3px 0 #2c1a0a;
}

.leerer-korb {
    text-align: center;
    font-style: italic;
    padding: 50px;
    background: #3b2a1a;
    border-radius: 15px;
    border: 3px dashed #b87c3a;
    color: #e6c5a0;
    font-size: 1.3em;
}

.warenkorb-tabelle {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: #3b2a1a;
    border: 3px solid #b87c3a;
    color: #f5e6d3;
}

.warenkorb-tabelle th {
    background: #2c1a0a;
    padding: 15px;
    text-align: left;
    border-bottom: 3px solid #b87c3a;
    color: #ffd7a0;
    font-size: 1.1em;
}

.warenkorb-tabelle td {
    padding: 15px;
    border-bottom: 2px solid #5d3a1e;
}

.remove-button {
    background: #8b3a3a;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #5d2a2a;
    border-bottom: 4px solid #3a1a1a;
    font-size: 1.1em;
    transition: all 0.1s;
}

.remove-button:hover {
    background: #a54a4a;
    transform: translateY(-2px);
    border-bottom-width: 6px;
}

.remove-button:active {
    transform: translateY(2px);
    border-bottom-width: 2px;
}

/* Bestellformular */
.bestellformular {
    max-width: 700px;
    margin: 0 auto;
    background: #3b2a1a;
    padding: 40px;
    border-radius: 15px;
    border: 4px solid #b87c3a;
    box-shadow: inset 0 0 15px #1a0f07;
}

.bestellformular h3 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
    color: #ffd7a0;
    text-shadow: 2px 2px 0 #2c1a0a;
}

.bauernhof-form .form-group {
    margin-bottom: 25px;
}

.bauernhof-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #ffd7a0;
    font-size: 1.1em;
    text-shadow: 1px 1px 0 #2c1a0a;
}

.bauernhof-form input[type="text"],
.bauernhof-form input[type="email"],
.bauernhof-form input[type="tel"],
.bauernhof-form textarea {
    width: 100%;
    padding: 15px;
    border: 4px solid #8b5a2b;
    border-radius: 10px;
    background: #f5e6d3;
    font-size: 1.1em;
    transition: all 0.3s;
    font-family: 'Courier New', monospace;
    color: #2c1a0a;
}

.bauernhof-form input:focus,
.bauernhof-form textarea:focus {
    outline: none;
    border-color: #c08a4c;
    box-shadow: 0 0 15px #b87c3a;
    background: #fff9e6;
}

.bauernhof-form textarea {
    height: 100px;
    resize: vertical;
}

.radio-group {
    display: flex;
    gap: 30px;
    padding: 15px;
    background: #2c1a0a;
    border-radius: 10px;
    border: 2px solid #8b5a2b;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex: 1;
}

.radio-option input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #b87c3a;
}

.radio-label {
    color: #ffd7a0;
    font-size: 1.1em;
}

/* Total Berechnung */
.total-mit-versand {
    background: #2c1a0a;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
    border: 3px solid #b87c3a;
}

.total-berechnung {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: #f5e6d3;
    font-size: 1.1em;
}

.total-berechnung.gesamt {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #b87c3a;
    font-size: 1.3em;
    color: #ffd7a0;
}

.bestellen-button {
    background: #8b5a2b;
    color: #ffd7a0;
    border: none;
    padding: 18px 30px;
    font-size: 1.5em;
    border-radius: 12px;
    cursor: pointer;
    border: 4px solid #c08a4c;
    border-bottom: 8px solid #5d3a1e;
    font-weight: bold;
    width: 100%;
    transition: all 0.1s;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0 #2c1a0a;
}

.bestellen-button:hover {
    background: #9c6b3b;
    transform: translateY(-3px);
    border-bottom-width: 11px;
}

.bestellen-button:active {
    transform: translateY(5px);
    border-bottom-width: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    .regal {
        grid-template-columns: 1fr;
    }
    
    .radio-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .bauernhof-header h1 {
        font-size: 1.8em;
    }
    
    .regal-title {
        font-size: 1.8em;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .schornstein {
        right: 30px;
    }
}

/* Holzmaserung Detail */
.holz-maserung {
    position: relative;
    overflow: hidden;
}

.holz-maserung::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, 
        transparent,
        transparent 15px,
        rgba(0,0,0,0.05) 15px,
        rgba(0,0,0,0.05) 17px);
    pointer-events: none;
}


/* ... (vorheriger CSS-Code bleibt gleich bis zum Ende) ... */

/* Petroleum Lampe */
.lampe-container {
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 10;
    filter: drop-shadow(0 0 10px rgba(255, 200, 100, 0.5));
    animation: lampe-schwingen 3s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes lampe-schwingen {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(1deg);
    }
    75% {
        transform: rotate(-1deg);
    }
}

.lampe-svg {
    width: 80px;
    height: auto;
    cursor: pointer;
    transition: filter 0.3s;
}

.lampe-svg:hover {
    filter: drop-shadow(0 0 15px rgba(255, 200, 100, 0.8));
}

/* Flackernde Flamme */
.flamme {
    animation: flackern 0.15s ease-in-out infinite;
    transform-origin: center;
}

@keyframes flackern {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.1) translateX(-1px);
        opacity: 0.9;
    }
    50% {
        transform: scale(0.95) translateX(1px);
        opacity: 0.8;
    }
    75% {
        transform: scale(1.05) translateY(-1px);
        opacity: 0.95;
    }
}

/* Lichtkegel */
.licht-kegel {
    animation: licht-flackern 0.2s ease-in-out infinite;
}

@keyframes licht-flackern {
    0%, 100% {
        opacity: 0.15;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.1;
    }
    75% {
        opacity: 0.2;
    }
}

/* Kleine Glüheffekte */
.glut-punkt {
    animation: glimmen 1s ease-in-out infinite;
}

@keyframes glimmen {
    0%, 100% {
        r: 3;
        opacity: 0.6;
    }
    50% {
        r: 4;
        opacity: 1;
    }
}

/* Rauch (optional) */
.rauch {
    animation: aufsteigen 4s linear infinite;
    opacity: 0;
}

@keyframes aufsteigen {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        transform: translateY(-30px) scale(1.5);
        opacity: 0;
    }
}

/* Position für verschiedene Bildschirmgrössen */
@media (max-width: 768px) {
    .lampe-container {
        top: 10px;
        right: 20px;
    }
    
    .lampe-svg {
        width: 60px;
    }
}