/*
Theme Name: Aniol Services Theme
Author: OpenAI
Version: 1.0
Description: Minimal starter theme for Aniol Services
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f7f7;
    color: #1d1d1d;
}

header {
    background: white;
    padding: 20px 40px;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

nav a {
    margin-right: 20px;
    text-decoration: none;
    color: #1d1d1d;
    font-weight: bold;
}

.hero {
    padding: 100px 40px;
    background: linear-gradient(135deg,#ef6c00,#c62828);
    color: white;
}

.tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 20px;
    padding: 40px;
}

.tile {
    border-radius: 18px;
    padding: 40px 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.laedchen { background:#F2B705; color:#1d1d1d; }
.event { background:#6A1B9A; }
.verein { background:#1565C0; }
.shop { background:#EF6C00; }
.wichtel { background:#C62828; }

footer {
    background:#1d1d1d;
    color:white;
    padding:40px;
}
