@charset "UTF-8";
/*
Theme Name: BÜW Child Theme
Description: Child Theme fuer Baustoffüberwachung BÜW GmbH, Herzogenrath. Basiert auf kc-parent-theme. Quelle: HTML-Prototyp Uebergabe 18.08.2026 (OP #27633).
Version: 1.0
Author: Talha Sariyürek
Template: kc-parent-theme
Author URI: https://konzeptcode.com
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
/*
Beispiel:
@include default_text_specs(
    $css-variable-prepend: "kc-teaser-title",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h1_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h2_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include css_variable_prepend(
    $property: "font-size",
    $prepend-string: 'kc-teaser-title',
    $default-value: 20px
);
*/
/*
@extend %transition;
*/
/*
@extend %transition-timing;
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
:root,
swiper-container,
body,
html {
  --navy: #081f44;
  --blau: #0b2a5b;
  --blau-hell: #12408a;
  --tinte: #1e2530;
  --grau-text: #39404c;
  --grau-mittel: #5a6472;
  --grau-halb: #69727e;
  --grau-leise: #8a929d;
  --grau-nummer: #98a0ab;
  --linie: #e8eaed;
  --linie-hell: #dce0e0;
  --linie-karte: #dfe3e8;
  --flaeche: #f4f6f9;
  --hell-a: #a9bcd9;
  --hell-b: #c9d6e8;
  --hell-c: #8fa9ce;
  --hell-d: #7e97be;
  --hell-e: #b9c7dd;
  --hell-f: #c8d4e6;
  --weiss: #ffffff;
  --white: var(--weiss);
  --black: #000;
  --primary-color: var(--navy);
  --primary-color-dark: var(--navy);
  --primary-color-light: var(--blau-hell);
  --secondary-color: var(--blau);
  --text-color: var(--tinte);
  --red: #a00;
  --serif: "Times New Roman", Tinos, "Liberation Serif", Times, "Songti SC", SimSun, serif;
  --sans: Arial, "Helvetica Neue", Helvetica, "Liberation Sans", sans-serif;
  --primary-font: var(--serif);
  --secondary-font: var(--sans);
  --rand: 32px;
  --breite: 1200px;
  --breite-text: 760px;
  --content-width: var(--breite);
  --text-width: var(--breite-text);
  --global-padding: var(--rand);
  --border-radius: 0px;
  --weich: cubic-bezier(0.2, 0.6, 0.3, 1);
  --p-font-family: var(--serif);
  --p-font-size: 17px;
  --p-line-height: 1.7;
  --p-color: var(--grau-text);
  --list-font-family: var(--serif);
  --list-color: var(--tinte);
  --h1-font-family: var(--serif);
  --h1-font-size: 52px;
  --h1-font-weight: 700;
  --h1-line-height: 1.08;
  --h1-color: var(--weiss);
  --h2-font-family: var(--serif);
  --h2-font-size: 28px;
  --h2-font-weight: 700;
  --h2-line-height: 1.2;
  --h2-color: var(--blau);
  --h1-text-transform: none;
  --h2-text-transform: none;
  --h3-text-transform: none;
  --h4-text-transform: none;
  --h5-text-transform: none;
  --h6-text-transform: none;
  --h3-font-family: var(--serif);
  --h3-font-size: 21px;
  --h3-font-weight: 700;
  --h3-line-height: 1.25;
  --h3-color: var(--blau);
  --button-display: inline-flex;
  --button-padding: 12px 20px;
  --button-background: var(--blau);
  --button-border: 1px solid var(--blau);
  --button-color: var(--weiss);
  --button-border-radius: 0;
  --button-font-family: var(--sans);
}

@media (max-width: 900px) {
  :root,
  swiper-container,
  body,
  html {
    --rand: 20px;
    --h1-font-size: clamp(28px, 8vw, 38px);
    --h1-line-height: 1.12;
    --h2-font-size: 24px;
  }
}
@media (max-width: 400px) {
  :root,
  swiper-container,
  body,
  html {
    --rand: 16px;
  }
}
@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/tinos-400-normal-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/tinos-700-normal-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Tinos";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/tinos-400-italic-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.kopf {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--sans);
}

.kopf-innen {
  max-width: var(--breite);
  margin: 0 auto;
  padding-left: var(--rand);
  padding-right: var(--rand);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  flex-wrap: nowrap;
}

.marke {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  flex: 0 0 auto;
}

.marke-logo {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  padding: 7px 5px;
  flex: none;
  background: var(--weiss);
  color: var(--navy);
}

.nav {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  align-self: stretch;
  gap: calc(20px * var(--navskala, 1));
  flex: 0 0 auto;
}

.nav > * {
  flex: 0 0 auto;
}

.nav-punkt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: calc(15px * var(--navskala, 1));
  font-weight: 600;
  color: var(--hell-a);
  text-decoration: none;
  transition: color 0.25s var(--weich);
}

.nav-punkt:hover {
  color: var(--weiss);
}

.nav-punkt[aria-current=page],
.nav-punkt.aktiv {
  color: var(--weiss);
}

.nav-punkt[aria-current=page]::after,
.nav-punkt.aktiv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50% - 15px);
  height: 2px;
  background: var(--weiss);
}

.nav-punkt svg {
  flex: none;
  margin-left: 2px;
  transition: transform 0.25s var(--weich);
}

.klapp:hover > .nav-punkt svg,
.klapp:focus-within > .nav-punkt svg {
  transform: rotate(180deg);
}

.klapp {
  position: relative;
  display: flex;
  align-items: stretch;
}

.klapp > .nav-punkt {
  height: 100%;
}

.klapp-liste {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 70;
  background: var(--blau);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 0;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
  animation: kcIn 0.2s var(--weich) both;
}

.klapp-liste li {
  white-space: nowrap;
}

.klapp-liste a {
  display: block;
  padding: 12px 18px;
  font-size: 14.5px;
  color: var(--hell-b);
  text-decoration: none;
  transition: background-color 0.25s var(--weich), color 0.25s var(--weich);
}

.klapp-liste a:hover,
.klapp-liste a[aria-current=page] {
  background: rgba(255, 255, 255, 0.11);
  color: var(--weiss);
}

@media (min-width: 1101px) {
  .klapp:hover .klapp-liste,
  .klapp:focus-within .klapp-liste {
    display: block;
  }
}
.sprache {
  position: relative;
  flex: none;
  align-self: center;
}

.sprache-knopf {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  background: none;
  color: var(--weiss);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  font: inherit;
  font-size: 14px;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background-color 0.25s var(--weich), border-color 0.25s var(--weich);
}

.sprache-knopf:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}

.sprache-pfeil {
  width: 9px;
  height: 6px;
  flex: none;
  transition: transform 0.25s var(--weich);
}

.sprache[data-offen] .sprache-pfeil {
  transform: rotate(180deg);
}

.sprache-liste {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 172px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  z-index: 60;
  background: var(--blau);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  animation: kcIn 0.2s var(--weich) both;
}

.sprache[data-offen] .sprache-liste {
  display: block;
}

.sprache-eintrag {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.sprache-kurz {
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0.55;
  width: 26px;
  flex: none;
}

.sprache-an {
  color: var(--weiss);
  font-weight: 700;
}

.sprache-aus {
  color: rgba(255, 255, 255, 0.42);
  cursor: default;
}

.ruf,
.menue {
  display: none;
  align-items: center;
  gap: 8px;
  flex: none;
  color: var(--weiss);
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0 13px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.25s var(--weich), border-color 0.25s var(--weich), color 0.25s var(--weich);
}

.ruf:hover,
.ruf:focus-visible,
.menue:hover,
.menue:focus-visible {
  color: var(--weiss);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
}

.ruf svg {
  width: 16px;
  height: 16px;
  flex: none;
}

.menue-striche {
  position: relative;
  width: 16px;
  height: 2px;
  flex: none;
  background: var(--weiss);
  border-radius: 1px;
  transition: background-color 0.2s var(--weich);
}

.menue-striche::before,
.menue-striche::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: var(--weiss);
  border-radius: 1px;
  transition: transform 0.25s var(--weich);
}

.menue-striche::before {
  top: -5px;
}

.menue-striche::after {
  top: 5px;
}

.kopf[data-open] .menue-striche {
  background: transparent;
}

.kopf[data-open] .menue-striche::before {
  transform: translateY(5px) rotate(45deg);
}

.kopf[data-open] .menue-striche::after {
  transform: translateY(-5px) rotate(-45deg);
}

.kopf[data-eng] .nav {
  display: none;
}

.kopf[data-eng] .marke {
  margin-right: auto;
}

.kopf[data-eng] .ruf,
.kopf[data-eng] .menue {
  display: inline-flex;
}

@media (max-width: 1100px) {
  .kopf-innen {
    min-height: 62px;
    gap: 8px;
  }
  .marke {
    min-width: 0;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .marke-logo {
    width: 30px;
    height: 30px;
    padding: 5px 4px;
  }
  .nav {
    display: none;
  }
  .ruf,
  .menue {
    display: inline-flex;
  }
}
@media (max-width: 430px) {
  .ruf span {
    display: none;
  }
  .ruf {
    padding: 0 12px;
  }
}
html.menue-offen,
html.menue-offen body {
  overflow: hidden;
}

.kopf[data-open] .nav {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 63px;
  bottom: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0 0 24px;
  margin: 0;
  background: var(--navy);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  animation: kcIn 0.2s var(--weich) both;
}

.kopf[data-open] .nav > * {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.kopf[data-open] .nav > *:first-child {
  border-top: none;
}

.kopf[data-open] .nav-punkt {
  display: flex;
  align-items: center;
  min-height: 54px;
  height: auto;
  padding: 0 var(--rand);
  font-size: 17px;
  white-space: normal;
}

.kopf[data-open] .nav-punkt::after {
  content: none;
}

.kopf[data-open] .nav-punkt[aria-current=page] {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.kopf[data-open] .nav-punkt svg {
  display: none;
}

.kopf[data-open] .klapp {
  display: block;
}

.kopf[data-open] .klapp-liste {
  display: block;
  position: static;
  min-width: 0;
  margin: 0;
  padding: 0 0 6px;
  border: 0;
  box-shadow: none;
  animation: none;
  background: none;
}

.kopf[data-open] .klapp-liste a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 var(--rand) 0 calc(var(--rand) + 20px);
  font-size: 15.5px;
  color: var(--hell-a);
  background: none;
}

.kopf[data-open] .klapp-liste a[aria-current=page] {
  color: var(--weiss);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.kopf[data-open] .sprache {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  padding: 0 var(--rand);
  margin-top: auto;
}

.kopf[data-open] .sprache::before {
  content: "Sprache";
  font-size: 14px;
  color: var(--hell-c);
  letter-spacing: 0.06em;
}

.kopf[data-open] .sprache-knopf {
  display: none;
}

.kopf[data-open] .sprache-liste {
  display: flex;
  position: static;
  gap: 8px;
  min-width: 0;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
  animation: none;
}

.kopf[data-open] .sprache-eintrag {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  font-size: 14px;
  gap: 0;
}

.kopf[data-open] .sprache-eintrag .sprache-kurz {
  display: none;
}

.kopf[data-open] .sprache-an {
  background: var(--weiss);
  color: var(--navy);
  border-color: var(--weiss);
}

.fuss {
  background: var(--navy);
  color: var(--hell-e);
  font-size: 14.5px;
}

body.kc-start .fuss {
  display: none;
}

.fuss .satz {
  max-width: var(--breite);
  margin: 0 auto;
  padding-left: var(--rand);
  padding-right: var(--rand);
  width: 100%;
  box-sizing: border-box;
}

.fuss-innen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 36px;
  padding-top: 52px;
  padding-bottom: 44px;
}

.fuss-spalte {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fuss-text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
}

.fuss-text a {
  color: var(--weiss);
  font-weight: 600;
  text-decoration: none;
}

.fuss-text a:hover {
  color: var(--hell-b);
}

.fuss-marke {
  gap: 10px;
}

.fuss-logo {
  display: block;
  width: 38px;
  height: 32px;
  margin-bottom: 4px;
  color: var(--weiss);
  opacity: 0.9;
}

.fuss-name {
  margin: 0;
  font-weight: 700;
  font-size: 16.5px;
  color: var(--weiss);
}

.fuss-zusatz {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--hell-c);
}

.fuss-claim {
  margin: 0;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--hell-d);
}

.fuss-titel {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--hell-d);
}

.fuss-leiste {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.fuss-leiste-innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fuss-copy {
  margin: 0;
  font-size: 14px;
  color: var(--grau-leise);
}

.fuss-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.fuss-links a {
  font-size: 14px;
  color: var(--hell-e);
  text-decoration: none;
}

.fuss-links a:hover {
  color: var(--weiss);
}

.fuss-hinweis {
  margin: 0;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--grau-leise);
}

@media (max-width: 900px) {
  .fuss-innen {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 24px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

html,
body {
  font-family: var(--p-font-family, var(--primary-font));
  font-size: var(--p-font-size, 17px);
  color: var(--text-color, #1e2530);
  background: var(--weiss);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

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

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

article#wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

a {
  color: var(--blau);
}

a:hover {
  color: var(--blau-hell);
}

a[href^="tel:"] {
  white-space: nowrap;
}

img,
iframe {
  max-width: 100%;
}

.marke-zeile {
  margin: 0;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.12em;
}

:where(a, button):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

:where(button, a[href]) {
  transition: color 0.3s var(--weich), background-color 0.3s var(--weich), border-color 0.3s var(--weich), transform 0.3s var(--weich), box-shadow 0.3s var(--weich);
}

:where(button, a[href]):active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation: none;
    transition: none;
  }
}
@keyframes kcIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.logo-animiert .logo-hub {
  animation: kcPresse 20s linear infinite;
  transform-box: view-box;
  transform-origin: center;
}

@keyframes kcPresse {
  0%, 7.547% {
    transform: translateY(0);
  }
  54.717% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  body {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  h1,
  h2,
  p,
  span,
  a {
    overflow-wrap: break-word;
  }
}
.group-container.satz-container .wp-block-group > .container,
.group-container.satz-container .wp-block-group .wp-block-group__inner-container > .container {
  --kc-block-default-width: min(var(--breite), 100%);
  --kc-block-wide-width: min(var(--breite), 100%);
}

.group-container.dokument-container .wp-block-group > .container,
.group-container.dokument-container .wp-block-group .wp-block-group__inner-container > .container {
  --kc-block-default-width: min(var(--breite-text), 100%);
  --kc-block-wide-width: min(var(--breite-text), 100%);
}

/*# sourceMappingURL=style.css.map*/