:root {
  --bws-ivory: #fbf7ee;
  --bws-paper: #fffdf8;
  --bws-ink: #202421;
  --bws-muted: #68736c;
  --bws-moss: #506b5b;
  --bws-forest: #223a30;
  --bws-clay: #b56d51;
  --bws-gold: #d7b98a;
  --bws-line: rgba(32, 36, 33, .14);
  --bws-shadow: 0 24px 80px rgba(29, 38, 31, .16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--bws-ink);
  background: var(--bws-ivory);
  line-height: 1.6;
}

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

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

.bws-crestbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(23, 29, 25, .72), rgba(23, 29, 25, .08));
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.bws-crestbar.bws-verdichtet {
  color: var(--bws-ink);
  background: rgba(251, 247, 238, .94);
  box-shadow: 0 10px 40px rgba(32, 36, 33, .08);
  backdrop-filter: blur(18px);
}

.bws-marke {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.bws-markezeichen {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
}

.bws-hauptwege {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  font-size: .94rem;
}

.bws-hauptwege a {
  opacity: .9;
}

.bws-menutaste {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.bws-menutaste span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.bws-heldenraum {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 120px clamp(18px, 6vw, 76px) 54px;
  color: #fff;
}

.bws-heldbild,
.bws-heldschleier {
  position: absolute;
  inset: 0;
}

.bws-heldbild {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bws-heldschleier {
  background: linear-gradient(90deg, rgba(20, 25, 22, .88) 0%, rgba(32, 39, 34, .64) 44%, rgba(32, 39, 34, .12) 100%),
    linear-gradient(0deg, rgba(20, 25, 22, .62) 0%, rgba(20, 25, 22, .04) 45%);
}

.bws-heldinhalt {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.bws-kicker {
  margin: 0 0 12px;
  color: var(--bws-clay);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bws-heldinhalt .bws-kicker {
  color: var(--bws-gold);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 6vw, 6.4rem);
  line-height: .96;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.bws-vorspann {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  color: rgba(255, 255, 255, .86);
}

.bws-aktionsreihe {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bws-primar,
.bws-sekundar,
.bws-cookieband button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  cursor: pointer;
}

.bws-primar {
  color: #fff;
  background: var(--bws-clay);
  box-shadow: 0 14px 34px rgba(181, 109, 81, .28);
}

.bws-sekundar {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
}

.bws-hinweisbox {
  max-width: 720px;
  margin-top: 26px;
  border-left: 3px solid var(--bws-gold);
  padding: 14px 18px;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  border-radius: 0 8px 8px 0;
}

.bws-messleiste {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--bws-line);
}

.bws-messleiste div {
  padding: clamp(22px, 4vw, 42px);
  background: var(--bws-paper);
}

.bws-messleiste strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 5vw, 4rem);
  color: var(--bws-forest);
  line-height: 1;
}

.bws-messleiste span {
  color: var(--bws-muted);
}

.bws-arbeitsfeld,
.bws-inhaltsnetz,
.bws-fragenraum,
.bws-seitenkopf,
.bws-textbahn,
.bws-kontaktzone,
.bws-profilraum {
  padding: clamp(64px, 9vw, 128px) clamp(18px, 6vw, 76px);
}

.bws-schmalkopf {
  max-width: 850px;
  margin-bottom: 34px;
}

.bws-spaltenkarten {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bws-spaltenkarten article,
.bws-lesekacheln a,
.bws-textkarte,
.bws-kontaktkarte {
  border: 1px solid var(--bws-line);
  border-radius: 8px;
  background: var(--bws-paper);
  box-shadow: 0 18px 50px rgba(32, 36, 33, .06);
}

.bws-spaltenkarten article {
  padding: clamp(22px, 3vw, 36px);
}

.bws-spaltenkarten span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--bws-clay);
  font-weight: 900;
}

.bws-laborband {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 6vw, 76px);
  background: var(--bws-forest);
  color: #fff;
}

.bws-laborlayout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.bws-checkformular {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .2);
}

.bws-checkformular label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, .88);
}

.bws-checkformular select,
.bws-feldgruppe input,
.bws-feldgruppe textarea {
  width: 100%;
  border: 1px solid var(--bws-line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--bws-ink);
  background: #fff;
}

.bws-ausgabe {
  min-height: 3.2em;
  margin: 0;
  color: rgba(255, 255, 255, .9);
}

.bws-lesekacheln {
  display: grid;
  grid-template-columns: 1.1fr .95fr .95fr;
  gap: 18px;
}

.bws-lesekacheln a {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.bws-lesekacheln a:hover {
  transform: translateY(-4px);
  box-shadow: var(--bws-shadow);
}

.bws-lesekacheln small {
  color: var(--bws-clay);
  font-weight: 900;
}

.bws-lesekacheln strong {
  margin: 12px 0;
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.bws-lesekacheln span {
  color: var(--bws-muted);
}

.bws-vertrauen {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 6vw, 76px);
  background: #ece6d8;
}

.bws-stimmen {
  display: grid;
  gap: 14px;
}

.bws-stimmen blockquote {
  margin: 0;
  padding: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.bws-akkordeon {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.bws-akkordeon details {
  border: 1px solid var(--bws-line);
  border-radius: 8px;
  padding: 18px 22px;
  background: var(--bws-paper);
}

.bws-akkordeon summary {
  cursor: pointer;
  font-weight: 850;
}

.bws-fuss {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) 1fr;
  gap: 28px;
  padding: 42px clamp(18px, 6vw, 76px);
  color: rgba(255, 255, 255, .82);
  background: #17231d;
}

.bws-fuss strong {
  color: #fff;
}

.bws-fuss nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: flex-end;
}

.bws-cookieband {
  position: fixed;
  z-index: 30;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--bws-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .96);
  box-shadow: var(--bws-shadow);
  backdrop-filter: blur(14px);
}

.bws-cookieband.bws-sichtbar {
  display: flex;
}

.bws-cookieband p {
  margin: 0;
}

.bws-cookieband button {
  color: #fff;
  background: var(--bws-forest);
}

.bws-seitenkopf {
  padding-top: 132px;
  background: linear-gradient(135deg, #20362d 0%, #5b7666 58%, #e8dac4 100%);
  color: #fff;
}

.bws-seitenkopf p {
  max-width: 760px;
  color: rgba(255, 255, 255, .86);
}

.bws-brot {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .8);
  font-size: .92rem;
}

.bws-textbahn {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.bws-artikel {
  display: grid;
  gap: 28px;
}

.bws-artikel h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.bws-artikel p,
.bws-artikel li {
  color: #38413b;
}

.bws-textkarte {
  padding: 26px;
}

.bws-seitenliste {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.bws-asidebox {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.bws-asidebox a {
  display: block;
  border-bottom: 1px solid var(--bws-line);
  padding: 12px 0;
  color: var(--bws-forest);
  font-weight: 800;
}

.bws-kontaktzone,
.bws-profilraum {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(24px, 5vw, 70px);
}

.bws-kontaktkarte {
  padding: 26px;
}

.bws-feldgruppe {
  display: grid;
  gap: 16px;
}

.bws-feldgruppe label {
  display: grid;
  gap: 7px;
  font-weight: 750;
}

.bws-mini {
  font-size: .92rem;
  color: var(--bws-muted);
}

@media (max-width: 900px) {
  .bws-hauptwege {
    position: fixed;
    top: 74px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 8px;
    color: var(--bws-ink);
    background: var(--bws-paper);
    box-shadow: var(--bws-shadow);
  }

  .bws-hauptwege.bws-offen {
    display: flex;
  }

  .bws-menutaste {
    display: block;
  }

  .bws-spaltenkarten,
  .bws-laborlayout,
  .bws-lesekacheln,
  .bws-vertrauen,
  .bws-fuss,
  .bws-textbahn,
  .bws-kontaktzone,
  .bws-profilraum {
    grid-template-columns: 1fr;
  }

  .bws-fuss nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .bws-heldenraum {
    min-height: 96vh;
    padding-top: 108px;
  }

  .bws-messleiste {
    grid-template-columns: 1fr;
  }

  .bws-cookieband {
    align-items: stretch;
    flex-direction: column;
  }

  .bws-aktionsreihe a {
    width: 100%;
  }
}
