/*
Theme Name: Meyl-Instruments
Author: Jochen Meyl
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
    font-family: Arial, sans-serif;
    color: #111;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

h1, h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

p {
    margin: 5px 0 10px 0;
}

footer {
    margin-top: 40px;
    text-align: center;
}

footer a {
    margin: 0 10px;
    color: #111;
    text-decoration: none;
}

/* Bild/Text im Wechsel */

.product-row {
    display: flex;
    align-items: center;
    margin: 40px 0;
    gap: 40px;
}

.product-row img,
.product-row .placeholder {
    width: 300px;
    height: 200px;
    background: #ddd;
    border-radius: 6px;
    flex-shrink: 0;
}

.product-row.reverse {
    flex-direction: row-reverse;
}
