/*
Theme Name: Fahrschul Theme
Theme URI: https://example.com
Author: Philipp Beitz
Description: Individuelles WordPress-Theme für Fahrschulen
Version: 1.0
Text Domain: fahrschul-theme
*/

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

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}
