/*
Theme Name: Elektro Jatho
Theme URI: https://elektro-jatho.de
Author: Elektro Fachgeschäft Karl Heinz Jatho
Author URI: https://elektro-jatho.de
Description: Individuelles Custom-Theme für den Elektro-Handwerksbetrieb Elektro Jatho. Ruhige, großzügige Typografie und dezente Scroll-Animationen im Stil moderner Produktseiten, angepasst an einen seriösen Handwerksbetrieb. Kein Page-Builder, reines PHP/CSS/JS-Theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: elektro-jatho
Tags: custom-theme, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Dieses style.css enthält nur den WordPress-Theme-Header (zur Identifikation
des Themes) sowie ein minimales CSS-Reset. Die eigentlichen Styles liegen in
assets/css/main.css und werden über functions.php eingebunden.
*/

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
	margin: 0;
}

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

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

button {
	background: none;
	border: none;
	cursor: pointer;
}

/* Respect reduced motion preference by default at the browser level */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
