/*
Theme Name: Probe-Theme
Theme URI:  https://example.com/probe-theme
Author:      Dein Name
Author URI:  https://example.com
Description: Ein leichtgewichtiges Test-Theme zum Anpassen.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:        custom-background, custom-header, custom-menu, featured-images
Text Domain: probe-theme
*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  margin: 0;
  padding: 0;
}

a { color: #0073aa; text-decoration: none; }
a:hover { color: #006799; }

.site-header, .site-footer { background: #f5f5f5; padding: 1rem; }
.site-title { font-size: 1.5rem; margin: 0; }
.site-main { padding: 1rem; }
.entry { margin-bottom: 2rem; }
.entry-title { font-size: 1.25rem; margin: 0 0 .5rem 0; }
.entry-meta { font-size: .9rem; color: #666; }
.sidebar { padding: 1rem; background: #fafafa; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 1rem; display: grid; grid-template-columns: 1fr 320px; gap: 1.5rem; }
@media (max-width: 800px) { .container { grid-template-columns: 1fr; } }
