@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 {
  --primary-color-dark: #081f44;
  --primary-color: #0b2a5b;
  --primary-color-light: #12408a;
  --secondary-color: #a9bcd9;
  --secondary-color-light: #c9d6e8;
  --secondary-color-dark: #8fa9ce;
  --text-color: #1e2530;
  --text-color-light: #5a6472;
  --text-color-lighter: #8a929d;
  --grey-light: #f4f6f9;
  --grey-dark: #dce0e0;
  --border-color: #e8eaed;
  --white: #ffffff;
  --primary-font: "Times New Roman", Tinos, "Liberation Serif", Times, "Songti SC", SimSun, serif;
  --secondary-font: Arial, "Helvetica Neue", Helvetica, "Liberation Sans", sans-serif;
  --content-width: 1200px;
  --text-width: 760px;
  --global-padding: 32px;
  --weich: cubic-bezier(0.2, 0.6, 0.3, 1);
  --group-padding-top: 56px;
  --group-padding-bottom: 48px;
  --group-margin-top: 0;
  --group-margin-bottom: 0;
  --p-font-family: var(--primary-font);
  --p-font-size: 17px;
  --p-line-height: 1.7;
  --p-color: var(--text-color);
  --link-color: var(--primary-color);
  --link-decoration: none;
  --list-font-family: var(--primary-font);
  --list-font-size: 17px;
  --list-line-height: 1.7;
  --list-color: var(--text-color);
  --h1-font-family: var(--primary-font);
  --h1-font-size: 52px;
  --h1-font-weight: 700;
  --h1-line-height: 1.08;
  --h1-color: var(--primary-color);
  --h1-text-transform: none;
  --h2-font-family: var(--primary-font);
  --h2-font-size: 28px;
  --h2-font-weight: 700;
  --h2-line-height: 1.2;
  --h2-color: var(--primary-color);
  --h2-text-transform: none;
  --h3-font-family: var(--primary-font);
  --h3-font-size: 21px;
  --h3-font-weight: 700;
  --h3-line-height: 1.25;
  --h3-color: var(--primary-color);
  --h3-text-transform: none;
  --h4-text-transform: none;
  --h5-text-transform: none;
  --h6-text-transform: none;
  --heading-margin-top: 0;
  --heading-margin-bottom: 6px;
  --paragraph-not-last-margin-bottom: 16px;
  --button-display: inline-flex;
  --button-padding: 12px 20px;
  --button-background: var(--primary-color);
  --button-border: 1px solid var(--primary-color);
  --button-color: var(--white);
  --button-border-radius: 0;
  --button-font-family: var(--secondary-font);
  --button-font-size: 14.5px;
  --button-font-weight: 700;
  --button-line-height: 1.2;
  --button-white-space: normal;
  --button-transition: background-color 0.3s var(--weich), color 0.3s var(--weich),
  	border-color 0.3s var(--weich), transform 0.3s var(--weich);
  --buttons-margin-top: 12px;
  --grid-column-gap: 20px;
  --grid-row-gap: 20px;
  --kc-teaser-background-color: transparent;
  --kc-teaser-title-font-family: var(--primary-font);
  --kc-teaser-title-font-size: 17px;
  --kc-teaser-title-font-weight: 600;
  --kc-teaser-title-line-height: 1.3;
  --kc-teaser-title-color: var(--text-color);
  --kc-teaser-title-margin: 0;
  --kc-teaser-description-font-family: var(--primary-font);
  --kc-teaser-description-font-size: 14.5px;
  --kc-teaser-description-line-height: 1.55;
  --kc-teaser-description-color: var(--text-color-light);
  --kc-teaser-description-margin: 3px 0 0;
}

@media (max-width: 900px) {
  :root,
  swiper-container,
  body,
  html {
    --global-padding: 20px;
    --group-padding-top: 36px;
    --group-padding-bottom: 36px;
    --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 {
    --global-padding: 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;
}
html[langslug] {
  scroll-padding-top: calc(96px + var(--wp-admin--admin-bar--height, 0px));
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html[langslug] {
    scroll-behavior: auto;
  }
}
.kopf {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 50;
  background: var(--primary-color-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--secondary-font);
  padding-left: var(--global-padding);
  padding-right: var(--global-padding);
}

.kopf-innen {
  max-width: var(--content-width);
  margin: 0 auto;
  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(--white);
  color: var(--primary-color-dark);
}

.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(--secondary-color);
  text-decoration: none;
  transition: color 0.25s var(--weich);
}

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

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

.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(--white);
}

.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(--primary-color);
  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(--secondary-color-light);
  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(--white);
}

@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(--white);
  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(--primary-color);
  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(--white);
  font-weight: 700;
}

.sprache-eintrag a {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 40px;
  margin: 0 -14px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: background-color 0.2s var(--weich), color 0.2s var(--weich);
}

.sprache-eintrag a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.ruf,
.menue {
  display: none;
  align-items: center;
  gap: 8px;
  flex: none;
  color: var(--white);
  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(--white);
  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(--white);
  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(--white);
  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(--primary-color-dark);
  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(--global-padding);
  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(--global-padding) 0 calc(var(--global-padding) + 20px);
  font-size: 15.5px;
  color: var(--secondary-color);
  background: none;
}

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

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

.kopf[data-open] .sprache::before {
  content: attr(data-label);
  font-size: 14px;
  color: var(--secondary-color-dark);
  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-eintrag a {
  margin: 0;
  padding: 0;
  min-height: 0;
  width: auto;
  color: var(--white);
}

.kopf[data-open] .sprache-eintrag a:hover {
  background: none;
}

.kopf[data-open] .sprache-an {
  background: var(--white);
  color: var(--primary-color-dark);
  border-color: var(--white);
}

.fuss {
  background: var(--primary-color-dark);
  color: var(--secondary-color-light);
  font-size: 14.5px;
  padding-left: var(--global-padding);
  padding-right: var(--global-padding);
}

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

.fuss-innen,
.fuss-leiste-innen {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.fuss-leiste {
  margin-left: calc(-1 * var(--global-padding));
  margin-right: calc(-1 * var(--global-padding));
  padding-left: var(--global-padding);
  padding-right: var(--global-padding);
}

.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(--white);
  font-weight: 600;
  text-decoration: none;
}

.fuss-text a:hover {
  color: var(--secondary-color-light);
}

.fuss-marke {
  gap: 10px;
}

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

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

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

.fuss-claim {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--secondary-color-dark);
}

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

.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(--text-color-lighter);
}

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

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

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

.fuss-hinweis {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--text-color-lighter);
}

@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(--white);
  -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(--primary-color);
}

a:hover {
  color: var(--primary-color-light);
}

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

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

: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);
  }
}
.group-container:not(.is-style-textseite-container) > .wp-block-group > .container:not(.aligned),
.group-container:not(.is-style-textseite-container) > .wp-block-group > .wp-block-group__inner-container > .container:not(.aligned) {
  --container-margin-left: max(0px, calc((100% - var(--content-width)) / 2));
  --container-margin-right: 0;
}

.editor-styles-wrapper .is-layout-constrained > .wp-block:not([data-align]) {
  max-width: var(--text-width);
}

.editor-styles-wrapper .wp-block[data-align=wide] {
  max-width: var(--content-width);
}

.editor-styles-wrapper .wp-block[data-align] > .wp-block {
  max-width: none;
}

.editor-styles-wrapper .is-layout-constrained > [data-kc-align=wide] {
  max-width: var(--content-width);
}

.editor-styles-wrapper .is-layout-constrained > [data-kc-align=full],
.editor-styles-wrapper .is-root-container > [data-kc-align=full] {
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.editor-styles-wrapper .wp-block[data-align=full] > .wp-block-group:not(.is-style-textseite) > .block-editor-block-list__layout > .wp-block:not([data-align]) {
  margin-left: max(0px, (100% - var(--content-width)) / 2) !important;
  margin-right: 0 !important;
}

.group-container > .wp-block-group > .container + .heading-container,
.group-container > .wp-block-group > .wp-block-group__inner-container > .container + .heading-container {
  --heading-margin-top: 28px;
}

.heading-container:has(+ .is-style-unterzeile-container) {
  --heading-margin-bottom: 6px;
}

.editor-styles-wrapper .wp-block + [data-type="core/heading"] {
  margin-top: 28px;
}

@media (max-width: 900px) {
  body {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  h1,
  h2,
  p,
  span,
  a {
    overflow-wrap: break-word;
  }
}

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