/*
Theme Name: SG Nörvenich-Hochkirchen
Theme URI:
Author: Marcel Meier – Endless One
Author URI: https://endless-one.de
Description: Schlankes Basis-Theme für die Website der SG Nörvenich-Hochkirchen. Enthält nur die nötigsten WordPress-Grundfunktionen als Ausgangspunkt für weiteren Ausbau.
Version: 0.1.2
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sgnh
*/

/* -------------------------------------------------- */
/* Minimaler Reset                                     */
/* -------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #1a1a1a;
	background: #ffffff;
}

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

a {
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -------------------------------------------------- */
/* Layout                                              */
/* -------------------------------------------------- */
.site-header,
.site-main,
.site-footer {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem 1.25rem;
}

.site-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
}

.site-title a {
	text-decoration: none;
}

.site-description {
	margin: 0;
	font-size: 0.9rem;
	color: #555;
}

.main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.main-navigation a {
	text-decoration: none;
	font-weight: 600;
}

.site-footer {
	border-top: 1px solid #e2e2e2;
	margin-top: 2rem;
	font-size: 0.9rem;
	color: #555;
}

article + article {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e2e2e2;
}
