/*
Theme Name: Schuhmann & Cie Child
Theme URI: https://example.com/
Description: Astra Child Theme für Schuhmann & Cie, optimiert für eine elegante One-Page-Website mit Elementor.
Author: OpenAI
Template: astra
Version: 1.0.0
Text Domain: schuhmann-cie-child
*/

:root {
  --sc-navy: #002855;
  --sc-light: #CFDEE6;
  --sc-white: #FFFFFF;
  --sc-text: #1C2833;
  --sc-muted: #6F7C86;
  --sc-overlay: rgba(0, 40, 85, 0.55);
  --sc-overlay-strong: rgba(0, 40, 85, 0.72);
  --sc-max-width: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--sc-text);
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 0.01em;
  color: var(--sc-navy);
}

a {
  color: var(--sc-navy);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover,
a:focus {
  color: #001c3a;
}

.site-header,
.ast-header-break-point .main-header-bar,
.ast-theme-transparent-header .main-header-bar {
  background: #fff;
}

#content .hero-overlay,
.elementor-section.hero-overlay,
.elementor-container.hero-overlay {
  position: relative;
  overflow: hidden;
}

#content .hero-overlay::before,
.elementor-section.hero-overlay::before,
.elementor-container.hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--sc-overlay-strong) 0%, var(--sc-overlay) 40%, rgba(0, 40, 85, 0.18) 100%);
  pointer-events: none;
  z-index: 1;
}

#content .hero-overlay > *,
.elementor-section.hero-overlay > *,
.elementor-container.hero-overlay > * {
  position: relative;
  z-index: 2;
}

.hero-contrast,
.elementor-widget-text-editor.hero-contrast {
  color: #fff;
}

.onepage-section {
  padding: clamp(3rem, 6vw, 6rem) 1.25rem;
}

.onepage-section .container,
.onepage-section .elementor-container,
.site-content .container {
  max-width: var(--sc-max-width);
  margin: 0 auto;
}

.anchor-offset,
.elementor-widget-heading,
.elementor-widget-text-editor,
.wp-block-group,
section[id] {
  scroll-margin-top: 110px;
}

.site-footer,
.ast-footer-overlay .site-footer {
  background: var(--sc-navy);
  color: #fff;
}

.site-footer a {
  color: #fff;
}

.button,
button,
input[type="submit"],
.elementor-button {
  border-radius: 999px;
  background: var(--sc-navy);
  color: #fff;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  background: #001c3a;
  color: #fff;
}

.sc-contact-card {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.sc-contact-card h2,
.sc-contact-card h3 {
  margin-bottom: 0.5rem;
}

.sc-contact-meta {
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.sc-footer-links a {
  color: rgba(255,255,255,0.88);
  margin-left: 1rem;
}

.sc-logo img,
img.sc-logo {
  max-width: 220px;
  height: auto;
}

@media (max-width: 767px) {
  .sc-logo img,
  img.sc-logo {
    max-width: 180px;
  }
  #content .hero-overlay::before,
  .elementor-section.hero-overlay::before,
  .elementor-container.hero-overlay::before {
    background: linear-gradient(180deg, var(--sc-overlay-strong) 0%, var(--sc-overlay) 100%);
  }
}
