/*
Theme Name: Imkerseite
Theme URI: https://example.com/
Author: Yuno
Description: Ein schlichtes, naturverbundenes WordPress-Theme für Imker
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: imkerseite
*/
body {
    font-family: Arial, sans-serif;
    background-color: #fffef5;
    color: #333;
    margin: 0;
    padding: 0;
}
header {
    background: #f4d35e;
    padding: 20px;
    text-align: center;
}
header h1 {
    margin: 0;
    font-size: 2.5rem;
    color: #3d2b1f;
}
nav {
    background: #e09f3e;
    padding: 10px;
    text-align: center;
}
nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
footer {
    background: #3d2b1f;
    color: white;
    padding: 20px;
    text-align: center;
}
