
:root {
  --bg: #fff8f1;
  --paper: #ffffff;
  --text: #33251f;
  --muted: #725f55;
  --accent: #9b5f43;
  --accent-dark: #6d3d2c;
  --line: #ead8cb;
  --soft: #f7eadf;
  --shadow: 0 18px 45px rgba(80, 45, 25, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background-color: var(--bg);
  background-image: linear-gradient(rgba(255,250,245,.68), rgba(255,248,241,.76)), url('../images/Adobe-Original/AdobeStock_120691914.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  font-size: 18px;
}

body.page-start,
body.page-ueber-uns {
  background-image: linear-gradient(rgba(255,250,245,.68), rgba(255,248,241,.76)), url('../images/Adobe-Original/AdobeStock_120691914.jpg');
}
body.page-zuchtgeschehen {
  background-image: linear-gradient(rgba(255,250,245,.70), rgba(255,248,241,.78)), url('../images/Adobe-Original/AdobeStock_155352517.jpg');
}
body.page-kontakt {
  background-image: linear-gradient(rgba(255,250,245,.70), rgba(255,248,241,.78)), url('../images/Adobe-Original/AdobeStock_155457979.jpg');
}
body.page-legal {
  background-image: linear-gradient(rgba(255,250,245,.72), rgba(255,248,241,.82)), url('../images/Adobe-Original/AdobeStock_151270504.jpg');
}

a { color: var(--accent-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #3d2117; }
.site-header {
  padding: 28px 20px 18px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { max-width: 1040px; margin: 0 auto; display: flex; align-items: center; gap: 22px; justify-content: space-between; }
.brand { display: flex; align-items: center; color: inherit; text-decoration: none; }
.brand img { width: 92px; height: auto; display:block; }
.nav { display:flex; flex-wrap:wrap; gap: 7px; justify-content:flex-end; }
.nav a { color: var(--text); text-decoration:none; padding: 8px 12px; border-radius: 999px; border: 1px solid transparent; font-size: .96rem; }
.nav a:hover, .nav a[aria-current="page"] { background: #fff; border-color: var(--line); box-shadow: 0 6px 18px rgba(90,50,30,.08); }
.hero { max-width: 1040px; margin: 34px auto 0; padding: 0 20px; }
.hero-card { background: rgba(255,255,255,.84); border: 1px solid var(--line); border-radius: 28px; padding: clamp(24px, 5vw, 48px); box-shadow: var(--shadow); }
.hero h1 { margin:0 0 10px; font-size: clamp(1.35rem, 2.6vw, 2.05rem); line-height:1.12; color: var(--accent-dark); }
.hero p { max-width: 760px; margin:0; color: var(--muted); font-size: 1.1rem; }
main { max-width: 1040px; margin: 30px auto 56px; padding: 0 20px; }
.content-card { background-color: rgba(255,255,255,.88);
  background-image: url('../images/Adobe-Original/AdobeStock_34601667.png');
  background-position: right 20px top 18px;
  background-repeat: no-repeat;
  border: 1px solid var(--line); border-radius: 26px; padding: clamp(22px, 4vw, 44px); box-shadow: var(--shadow); overflow:hidden; backdrop-filter: blur(3px); }
h1, h2, h3 { line-height:1.18; color: var(--accent-dark); margin-top: 1.35em; margin-bottom: .55em; }
h1:first-child, h2:first-child { margin-top: 0; }
h1 { font-size: clamp(1.35rem, 2.4vw, 1.95rem); }
h2 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
h3 { font-size: 1.08rem; }
p { margin: 0 0 1.05em; }
ul, ol { padding-left: 1.4em; }
img { max-width: 100%; height: auto; }
.content-card > img, .content-card p > img { margin: 10px 0 24px; border-radius: 0; box-shadow: none; border: 0; background: transparent; padding: 0; }
figure { margin: 1.4em 0; }
hr { border:0; border-top:1px solid var(--line); margin: 2em 0; }
.contact-box { background: var(--soft); border: 1px solid var(--line); border-radius: 20px; padding: 18px 20px; margin: 1.2em 0; }
.footer { border-top:1px solid var(--line); background:#fff; color:var(--muted); padding: 26px 20px; }
.footer-inner { max-width:1040px; margin:0 auto; display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; font-size:.95rem; }
.footer a { color: var(--muted); }
.legal-note { background:#fff9ed; border:1px solid #eadab8; padding:14px 16px; border-radius:14px; color:#5b4a2b; font-size:.95rem; }
@media (max-width: 780px) {
  body { font-size: 16px; }
  .header-inner { align-items:flex-start; flex-direction:column; }
  .nav { justify-content:flex-start; }
  .nav a { padding:7px 10px; }
  .brand img { width:74px; }
  .site-header { padding-top:20px; }
  main { margin-top:22px; }
}

.bottom-dogs {
  margin: 2.2rem auto .3rem;
  text-align: center;
}
.bottom-dogs img {
  width: min(100%, 760px);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.footer {
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(8px);
}
@media (max-width: 780px) {
  body {
    background-attachment: scroll;
    background-position: center top;
  }
  .content-card {
    background-size: 90px auto;
    background-position: right 12px top 12px;
  }
}


/* V6: Seitentitel in den Inhaltsblock integriert */
.hero { display: none; }
main { margin-top: 34px; }
.content-card .page-title {
  margin: 0 0 .85em;
  padding-bottom: .45em;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
}
@media (max-width: 780px) {
  main { margin-top: 22px; }
  .content-card .page-title { font-size: 1.25rem; }
}
