/*
Theme Name:   Solloch Base
Theme URI:    https://www.solloch.de/
Author:       Fiebak Medien
Author URI:   https://www.fiebak-medien.de/
Description:  Minimales Basis-Theme für Elementor. Stellt die Kanzlei-Schriften bereit, hält sich ansonsten aus der Gestaltung heraus: Farben, Schriftgrößen und Abstände stehen vollständig in Elementor und sind dort einzeln änderbar.
Version:      3.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  solloch
Tags:         custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   Dieses Theme bringt bewusst fast kein CSS mit.

   Alles Sichtbare – Farben, Schriftgrößen, Abstände, Rahmen, Hover – steht in
   den Elementor-Vorlagen und lässt sich dort anklicken und ändern. So kann
   nichts zwischen Theme und Elementor kollidieren, und Sie haben jede
   Einstellung an genau einer Stelle: im Baukasten.

   Hier stehen nur drei Dinge:
   1. ein knapper Reset
   2. die Kanzlei-Schriften (die @font-face-Regeln liegen in assets/css/fonts.css)
   3. eine schlichte Darstellung für den Fall, dass Elementor einmal nicht greift
   ========================================================================== */

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

body {
	margin: 0;
	font-family: "Source Sans 3", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #1D1E22;
	background: #F2F1EC;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible { outline: 2px solid #7B1F30; outline-offset: 3px; }

/* --------------------------------------------------------------------------
   Zugänglichkeit
   -------------------------------------------------------------------------- */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 1rem; left: 1rem; z-index: 100; width: auto; height: auto; clip: auto; clip-path: none; background: #fff; color: #1D1E22; padding: .7rem 1.2rem; border: 2px solid #7B1F30; }

@media (prefers-reduced-motion: reduce) {
	* { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* --------------------------------------------------------------------------
   Darstellung ohne Elementor (Kopfzeile, Fußzeile, Beitragsliste)
   -------------------------------------------------------------------------- */
.slc-wrap { width: min(1200px, 100% - 3rem); margin-inline: auto; }
.slc-fallback { padding: 3rem 0 4rem; }
.slc-fallback h1, .slc-fallback h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1.1; }
.slc-fallback-header { background: #fff; border-bottom: 1px solid #E6E4DD; padding: 1rem 0; }
.slc-fallback-footer { background: #1C2B4B; color: #F4F3EE; margin-top: 3rem; padding: 2rem 0; }
.slc-fallback-footer a { color: #F4F3EE; }
.slc-fallback-header .slc-wrap, .slc-fallback-footer .slc-wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.slc-fallback-header ul, .slc-fallback-footer ul { list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0; }
.slc-fallback-header a { text-decoration: none; color: #1D1E22; }
.slc-fallback-brand { font-family: "Cinzel", Georgia, serif; letter-spacing: .06em; }
.slc-box { background: #fff; border: 1px solid #E6E4DD; padding: 1.4rem; }
.slc-btn { display: inline-block; padding: .8rem 1.4rem; border: 1.5px solid #1C2B4B; color: #1C2B4B; text-decoration: none; font-weight: 600; }
