body.single .single-chemikalie {
  min-height: 100vh;
  padding: var(--margin);
}
section.single-chemikalie {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.single-chemikalie .wrapper {
  width: 90%;
  gap: 32px;
  margin: auto;
  background: var(--white);
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 40px;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}
section.single-chemikalie .wrapper .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90%;
  gap: 56px;
}
section.single-chemikalie .wrapper .text h2 {
  color: var(--gray);
  font-family: "WorkSans", "Adjusted Arial Fallback", "Arial", sans-serif;
  font-style: normal;
  font-weight: 580;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
section.single-chemikalie .wrapper .text h2:not(:first-child) {
  margin-top: 24px;
}
section.single-chemikalie .wrapper .image {
  width: 600px;
  max-width: 90%;
}
/*# sourceMappingURL=https://drogistenwissenmehr.kniff.at/wp-content/build/scss_library/3648d9a51fb07f191d7388a2ac95210358aa1f8d.css.map */