@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  min-width: 320px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-rendering: optimizeSpeed;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: not-allowed;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}
a:hover, a:focus {
  outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0;
  text-align: left;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input,
textarea {
  font: inherit;
  color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
  opacity: 1;
}

textarea {
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden,
[hidden] {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

:focus-visible {
  outline: 2px dashed #005fcc;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 1rem 0;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
  overflow-x: auto;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasGroteskDisplay-55Roman-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasGroteskDisplay-65Medium-Web.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasGroteskDisplay-75Bold-Web.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 100%;
}
@media (min-width: 575px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}

body {
  color: #212124;
  font-size: 20px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

html {
  height: 100%;
  margin-top: 0 !important;
}

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

header {
  flex: 0 0 auto;
}

main {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
}

footer {
  flex: 0 0 auto;
}

html :where(.wp-block) {
  max-width: 90% !important;
}

.editor-styles-wrapper {
  padding-bottom: 0 !important;
  overflow: hidden;
}

@media (max-width: 576px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

body:not(.has-hero) main {
  padding-top: 100px;
}

.s-hero {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 820px) {
  .s-hero {
    height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .s-hero {
    padding-bottom: 70px;
  }
}
.s-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 63%;
  height: 100%;
  background: url("../img/hero-right-bg.png") right/cover no-repeat;
  pointer-events: none;
  border-radius: 0 0 145px 0;
  z-index: 9;
}
@media (max-width: 820px) {
  .s-hero::before {
    width: 100%;
    border-radius: 0 0 60px 0;
  }
}
.s-hero .container {
  display: flex;
  align-items: stretch;
  position: relative;
}
@media (max-width: 820px) {
  .s-hero .container {
    display: block;
  }
}
.s-hero .hero-content {
  flex-shrink: 0;
  width: 67%;
  padding-top: clamp(106px, 100vw / 1600 * 220, 220px);
  position: relative;
  z-index: 10;
}
@media (max-width: 820px) {
  .s-hero .hero-content {
    width: 100%;
  }
}
.s-hero h1 {
  font-size: clamp(36px, 100vw / 1600 * 70, 70px);
  color: #ffffff;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  max-width: clamp(300px, 100vw / 1600 * 532, 532px);
  margin: 0;
}
@media (max-width: 820px) {
  .s-hero h1 {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .s-hero h1 {
    max-width: none;
  }
}
.s-hero .hero-divider {
  background: #ed1b28;
  height: 11px;
  width: clamp(240px, 100vw / 1600 * 447, 447px);
  margin-bottom: clamp(40px, 100vw / 1600 * 75, 75px);
}
@media (max-width: 820px) {
  .s-hero .hero-divider {
    width: 240px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.s-hero .hero-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  left: -20px;
}
@media (max-width: 1024px) {
  .s-hero .hero-services {
    top: -20px;
  }
}
.s-hero .hero-services li {
  display: inline-flex;
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 0.95;
  padding: 12px 18px;
  border-radius: 5px;
  margin-bottom: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.s-hero .hero-services li.is-active {
  background: #ed1b28;
  font-weight: 700;
}
@media (max-width: 820px) {
  .s-hero .hero-services li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .s-hero .hero-services li {
    font-size: 14px;
  }
}
.s-hero .hero-right {
  flex-shrink: 0;
  width: 50vw;
  position: relative;
  left: -219px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .s-hero .hero-right {
    left: -264px;
  }
}
@media (min-width: 1536px) and (max-width: 1599px) {
  .s-hero .hero-right {
    left: -212px;
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .s-hero .hero-right {
    left: -185px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .s-hero .hero-right {
    left: -155px;
  }
}
@media (min-width: 820px) and (max-width: 991px) {
  .s-hero .hero-right {
    left: -114px;
  }
}
@media (max-width: 820px) {
  .s-hero .hero-right {
    left: 0;
    width: 100%;
    height: 300px;
    border-radius: 0 0 60px 0;
    margin-top: 80px;
    z-index: 9;
  }
}
@media (max-width: 576px) {
  .s-hero .hero-right {
    height: 250px;
    margin-top: 15px;
  }
}
.s-hero .hero-slider {
  width: 100%;
  height: 100%;
}
.s-hero .hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-hero .hero-made {
  position: absolute;
  right: 19.125%;
  bottom: 5%;
  width: clamp(80px, 100vw / 1600 * 129, 129px);
  z-index: 2;
}
.s-hero .hero-made img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .s-hero .hero-made {
    width: 80px;
  }
}
.s-hero .hero-chair {
  position: absolute;
  left: 31.84%;
  top: 17.7%;
  width: 35.54%;
  z-index: 10;
  pointer-events: none;
}
.s-hero .hero-chair img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .s-hero .hero-chair {
    width: 44%;
    right: -3%;
    top: 12%;
    left: auto;
  }
}
@media (max-width: 576px) {
  .s-hero .hero-chair {
    right: 5%;
    top: 31%;
  }
}
@media screen and (min-width: 450px) {
  .s-hero .hero-chair {
    top: 21%;
  }
}

.s-hero-alt {
  position: relative;
  height: 62.5vw;
  overflow: hidden;
  background: url("../img/hero2-bg.png") top right no-repeat;
  background-size: cover;
}
@media (max-width: 820px) {
  .s-hero-alt {
    height: auto;
    min-height: 0;
    padding-bottom: 280px;
  }
}
@media (max-width: 576px) {
  .s-hero-alt {
    padding-bottom: 267px;
  }
}
.s-hero-alt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56.125%;
  height: 81.4%;
  background: #ed1b28;
  border-radius: 0 0 145px 0;
  pointer-events: none;
}
@media (max-width: 820px) {
  .s-hero-alt::before {
    width: 100%;
    height: 520px;
    border-radius: 0 0 60px 0;
  }
}
@media (max-width: 576px) {
  .s-hero-alt::before {
    height: 492px;
  }
}
.s-hero-alt .container {
  position: relative;
  z-index: 1;
  padding-top: clamp(106px, 100vw / 1600 * 205, 205px);
}
.s-hero-alt h1 {
  font-size: clamp(32px, 100vw / 1600 * 70, 70px);
  color: #ffffff;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  max-width: clamp(300px, 100vw / 1600 * 649, 649px);
  margin: 0;
}
.s-hero-alt h1 span {
  color: #7e1518;
}
@media (max-width: 820px) {
  .s-hero-alt h1 {
    font-size: 42px;
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .s-hero-alt h1 {
    font-size: 36px;
    max-width: none;
  }
}
.s-hero-alt p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.55;
  margin-top: clamp(20px, 100vw / 1600 * 35, 35px);
  max-width: clamp(260px, 100vw / 1600 * 420, 420px);
}
@media (max-width: 820px) {
  .s-hero-alt p {
    margin-top: 20px;
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .s-hero-alt p {
    max-width: none;
  }
}
.s-hero-alt .btn {
  margin-top: clamp(20px, 100vw / 1600 * 80, 80px);
}
@media (max-width: 820px) {
  .s-hero-alt .btn {
    margin-top: 25px;
  }
}
.s-hero-alt .made {
  margin-top: clamp(30px, 100vw / 1600 * 176, 176px);
  width: clamp(80px, 100vw / 1600 * 129, 129px);
}
.s-hero-alt .made img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .s-hero-alt .made {
    margin-top: 30px;
    width: 93px;
  }
}
@media (max-width: 576px) {
  .s-hero-alt .made {
    margin-top: 95px;
  }
}
.s-hero-alt .chair-gray {
  position: absolute;
  left: 42.3%;
  top: 13.7%;
  width: 36.95%;
  z-index: 2;
  pointer-events: none;
}
.s-hero-alt .chair-gray img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .s-hero-alt .chair-gray {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .s-hero-alt .chair-gray {
    width: 55%;
    left: 74px;
    bottom: 13px;
  }
}
.s-hero-alt .chair-red {
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 26.875%;
  z-index: 2;
  pointer-events: none;
}
.s-hero-alt .chair-red img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .s-hero-alt .chair-red {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .s-hero-alt .chair-red {
    width: 53%;
    right: -32px;
  }
}

.m-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m-contact a {
  color: #3C4348;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.3s;
}
.m-contact a img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.m-contact a:hover {
  opacity: 0.7;
}

.s-content-page {
  margin: 111px 0 140px 0;
}
@media (max-width: 576px) {
  .s-content-page {
    margin: 60px 0;
  }
}
.s-content-page .inner-box {
  max-width: 945px;
}
@media (max-width: 992px) {
  .s-content-page .inner-box {
    max-width: none;
  }
}
.s-content-page h1 {
  margin-bottom: 63px;
}
@media (max-width: 576px) {
  .s-content-page h1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .s-content-page h2 {
    font-size: 35px;
  }
}
.s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
  margin-top: 47px;
  margin-bottom: 11px;
}
@media (max-width: 576px) {
  .s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
    margin-top: 30px;
    margin-bottom: 11px;
  }
}
.s-content-page a:not(.btn) {
  color: #212124;
  transition: 0.3s;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .s-content-page a:not(.btn) {
    word-break: break-all;
  }
}
.s-content-page a:not(.btn):hover {
  text-decoration: none;
}
.s-content-page p {
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .s-content-page p {
    margin-bottom: 20px;
  }
}
.s-content-page ul {
  list-style-type: disc;
}
.s-content-page ol {
  list-style-type: decimal;
}
.s-content-page ul, .s-content-page ol {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .s-content-page ul, .s-content-page ol {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .s-content-page ul, .s-content-page ol {
    font-size: 16px;
  }
}
.s-content-page ul li, .s-content-page ol li {
  margin-bottom: 15px;
  list-style-position: inside;
}
@media (max-width: 820px) {
  .s-content-page ul li, .s-content-page ol li {
    margin-bottom: 10px;
  }
}
.s-content-page ul li:last-child, .s-content-page ol li:last-child {
  margin-bottom: 0;
}
.s-content-page img {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .s-content-page img {
    margin-bottom: 15px;
  }
}
.s-content-page.s-404-page {
  margin-bottom: 246px;
}
.s-content-page.s-404-page h4 {
  margin-top: 17px;
  margin-bottom: 0;
}

.s-event {
  margin-top: clamp(60px, 100vw / 1600 * 120, 120px);
  margin-bottom: clamp(60px, 100vw / 1600 * 143, 143px);
}
.s-event .card {
  background: #7e1518;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: clamp(30px, 100vw / 1600 * 32, 32px);
  padding-right: clamp(20px, 100vw / 1600 * 59, 59px);
  padding-bottom: clamp(30px, 100vw / 1600 * 28, 28px);
  padding-left: clamp(20px, 100vw / 1600 * 58, 58px);
}
@media (max-width: 820px) {
  .s-event .card {
    flex-direction: column;
    align-items: flex-start;
    gap: 41px;
  }
}
.s-event h4 {
  color: #ffffff;
  margin: 0 0 8px;
}
@media (max-width: 576px) {
  .s-event h4 {
    margin-bottom: 16px;
  }
}
.s-event p {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
}
.s-event .btn {
  flex-shrink: 0;
}

.s-services {
  margin-top: clamp(75px, 100vw / 1600 * 143, 143px);
  margin-bottom: clamp(90px, 100vw / 1600 * 125, 125px);
}
.s-services h2 {
  margin-bottom: clamp(30px, 100vw / 1600 * 74, 74px);
}
.s-services .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 100vw / 1600 * 25, 25px) clamp(20px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 992px) {
  .s-services .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-services .card {
  background: #f4f4f2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: opacity 0.3s;
}
.s-services .card:hover {
  opacity: 0.8;
}
.s-services .card .img {
  height: clamp(190px, 100vw / 1600 * 245, 245px);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .s-services .card .img {
    height: auto;
  }
}
.s-services .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-services .card .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(18px, 100vw / 1600 * 21, 21px);
  padding-bottom: clamp(18px, 100vw / 1600 * 25, 25px);
  padding-left: clamp(20px, 100vw / 1600 * 30, 30px);
  padding-right: clamp(20px, 100vw / 1600 * 30, 30px);
  flex: 1;
}
.s-services .card .content p {
  font-weight: 700;
  color: #212124;
  margin: 0;
  font-size: 20px;
}
.s-services .card .content svg {
  flex-shrink: 0;
  margin-left: 10px;
}

.s-about {
  margin-top: clamp(70px, 100vw / 1600 * 128, 128px);
  margin-bottom: clamp(70px, 100vw / 1600 * 138, 138px);
}
.s-about .container {
  display: flex;
  align-items: baseline;
  gap: 25px;
}
@media (max-width: 820px) {
  .s-about .container {
    flex-direction: column;
    gap: 45px;
  }
}
.s-about h4 {
  flex-shrink: 0;
  width: 23.5%;
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-about h4 {
    width: 100%;
  }
}
.s-about .einleitung {
  flex: 1;
  font-size: clamp(25px, 100vw / 1600 * 35, 35px);
}

.s-manufaktur {
  margin-top: clamp(70px, 100vw / 1600 * 138, 138px);
  margin-bottom: clamp(70px, 100vw / 1600 * 150, 150px);
  background: var(--manufaktur-bg) center/cover no-repeat;
  background-size: 1600px;
  padding-bottom: clamp(50px, 100vw / 1600 * 96, 96px);
  position: relative;
}
.s-manufaktur .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 52%;
}
@media (max-width: 820px) {
  .s-manufaktur .content {
    max-width: 100%;
  }
}
.s-manufaktur .icon {
  width: clamp(62px, 100vw / 1600 * 62, 62px);
  height: auto;
  display: block;
  margin-bottom: clamp(38px, 100vw / 1600 * 51, 51px);
}
.s-manufaktur h2 {
  color: #aa967f;
  font-size: clamp(30px, 100vw / 1600 * 55, 55px);
  margin-bottom: clamp(35px, 100vw / 1600 * 51, 51px);
}
.s-manufaktur h4 {
  color: #ffffff;
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  margin-bottom: clamp(24px, 100vw / 1600 * 19, 19px);
}
.s-manufaktur p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: clamp(25px, 100vw / 1600 * 51, 51px);
}
.s-manufaktur .bg-mob {
  display: none;
}
@media (max-width: 820px) {
  .s-manufaktur .bg-mob {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 820px) {
  .s-manufaktur {
    background-image: none;
    background-color: #202C35;
  }
}

.s-stats {
  margin-top: clamp(80px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
}
.s-stats h2 {
  margin-bottom: clamp(40px, 100vw / 1600 * 67, 67px);
}
.s-stats .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 100vw / 1600 * 25, 25px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 992px) {
  .s-stats .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .s-stats .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-stats .card {
  background: #f4f4f2;
  border-radius: 0 0 60px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: clamp(35px, 100vw / 1600 * 103, 103px);
  padding-bottom: clamp(25px, 100vw / 1600 * 35, 35px);
  padding-left: clamp(20px, 100vw / 1600 * 40, 40px);
  padding-right: clamp(30px, 100vw / 1600 * 30, 30px);
}
.s-stats .card.red {
  background: #ed1b28;
}
.s-stats .card.red .stat {
  color: #ffffff;
}
.s-stats .card .icon {
  position: absolute;
  right: 26px;
  top: 25px;
  width: clamp(36px, 100vw / 1600 * 56, 56px);
  height: auto;
}
.s-stats .stat {
  font-size: clamp(25px, 100vw / 1600 * 30, 30px);
  font-weight: 300;
  line-height: 1.2;
  color: #7e1518;
  letter-spacing: 0.03em;
}
.s-stats .stat strong {
  font-size: clamp(45px, 100vw / 1600 * 50, 50px);
  font-weight: 700;
  line-height: 1;
  display: block;
  letter-spacing: 0.02em;
}
.s-stats .card:last-child .stat strong,
.s-stats .card:nth-last-child(2) .stat strong {
  display: inline;
}

.s-showroom {
  margin-top: clamp(80px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
  position: relative;
  background: var(--showroom-bg) center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 820px) {
  .s-showroom {
    background-image: none;
  }
}
.s-showroom .bg-mob {
  display: none;
}
@media (max-width: 820px) {
  .s-showroom .bg-mob {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.s-showroom .container {
  height: 100%;
}
.s-showroom .content {
  height: 100%;
  max-width: 44%;
  padding-top: clamp(50px, 100vw / 1600 * 77, 77px);
  padding-bottom: clamp(40px, 100vw / 1600 * 60, 60px);
}
@media (max-width: 820px) {
  .s-showroom .content {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    gap: 25px;
    justify-content: flex-start;
  }
}
.s-showroom h2 {
  color: #ffffff;
  margin-bottom: 41px;
  font-size: clamp(30px, 100vw / 1600 * 55, 55px);
}
@media (max-width: 820px) {
  .s-showroom h2 {
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  .s-showroom h2 {
    max-width: none;
    font-size: 30px;
  }
}
.s-showroom p {
  color: #ffffff;
  margin-bottom: 51px;
}

.s-features {
  margin-top: clamp(80px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
}
.s-features h2 {
  margin-bottom: clamp(30px, 100vw / 1600 * 72, 72px);
}
.s-features .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 100vw / 1600 * 25, 25px) clamp(20px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 992px) {
  .s-features .cards {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
.s-features .card {
  background: #f4f4f2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.s-features .card .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: clamp(30px, 100vw / 1600 * 55, 55px);
  padding-bottom: clamp(30px, 100vw / 1600 * 50, 50px);
  padding-left: clamp(25px, 100vw / 1600 * 58, 58px);
  padding-right: clamp(25px, 100vw / 1600 * 70, 70px);
  flex: 1;
}
.s-features .card .text h4 {
  margin-bottom: 20px;
}
.s-features .card .text p {
  margin-bottom: 26px;
}
.s-features .card .more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #212124;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: opacity 0.3s;
}
.s-features .card .more:hover {
  opacity: 0.6;
}
.s-features .card .img {
  height: clamp(180px, 100vw / 1600 * 228, 228px);
  flex-shrink: 0;
  overflow: hidden;
}
.s-features .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 820px) {
  .s-features .card .img {
    height: 260px;
  }
}
@media (max-width: 576px) {
  .s-features .card .img {
    height: 220px;
  }
}

.s-logo {
  margin-top: clamp(60px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(60px, 100vw / 1600 * 120, 120px);
}
.s-logo h3 {
  max-width: clamp(280px, 100vw / 1600 * 500, 500px);
}
.s-logo .logo-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(30px, 100vw / 1600 * 90, 90px) clamp(15px, 100vw / 1600 * 80, 80px);
  margin-top: clamp(45px, 100vw / 1600 * 97, 97px);
}
@media (max-width: 820px) {
  .s-logo .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .s-logo .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-logo .logo-item {
  display: flex;
  align-items: center;
  min-height: 35px;
}
.s-logo .logo-item img {
  width: 100%;
  height: auto;
  display: block;
}

.s-content-page .error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: clamp(30px, 100vw / 1600 * 69, 69px);
}

.s-login {
  margin-top: clamp(60px, 100vw / 1600 * 102, 102px);
  margin-bottom: clamp(80px, 100vw / 1600 * 226, 226px);
}
.s-login .form-wrap {
  max-width: 635px;
  margin: 0 auto;
}
.s-login .form-wrap > p {
  margin-bottom: clamp(25px, 100vw / 1600 * 49, 49px);
}
@media (max-width: 576px) {
  .s-login .form-wrap {
    max-width: 100%;
  }
}
.s-login h1 {
  margin-bottom: clamp(20px, 100vw / 1600 * 33, 33px);
}
.s-login .login-form .field {
  margin-bottom: clamp(20px, 100vw / 1600 * 30, 30px);
}
.s-login .login-form .field:last-of-type {
  margin-bottom: clamp(20px, 100vw / 1600 * 20, 20px);
}
.s-login .login-form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}
.s-login .login-form input {
  width: 100%;
  height: 55px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 18px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  color: #212124;
  letter-spacing: 0.02em;
  background: transparent;
  transition: border-color 0.3s;
  display: block;
}
.s-login .login-form input::-moz-placeholder {
  color: #707070;
}
.s-login .login-form input::placeholder {
  color: #707070;
}
.s-login .login-form input:focus {
  outline: none;
  border-color: #212124;
}
.s-login .login-form .input-wrap {
  position: relative;
}
.s-login .login-form .input-wrap input {
  padding-right: 60px;
}
.s-login .login-form .input-wrap .toggle-pass {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
.s-login .login-form .input-wrap .toggle-pass:hover {
  opacity: 0.6;
}
.s-login .login-form .input-wrap .toggle-pass svg {
  transition: opacity 0.3s;
}
.s-login .login-form .forgot {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  margin-top: 4px;
  transition: opacity 0.3s;
}
.s-login .login-form .forgot:hover {
  opacity: 0.6;
}
.s-login .login-form .btn {
  width: 100%;
  margin-top: clamp(20px, 100vw / 1600 * 25, 25px);
}
.s-login .divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: clamp(30px, 100vw / 1600 * 58, 58px);
}
.s-login .divider::before, .s-login .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d8d8d8;
}
.s-login .divider span {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.s-login .register-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-login .register-text strong {
  font-weight: 600;
}
.s-login .register-text a {
  color: #212124;
  transition: opacity 0.3s;
}
.s-login .register-text a:hover {
  opacity: 0.6;
}

.s-downloads-hero {
  margin-top: clamp(30px, 100vw / 1600 * 60, 60px);
  margin-bottom: clamp(53px, 100vw / 1600 * 53, 53px);
}
.s-downloads-hero .hero-inner {
  background: #7e1518 url("../img/downloads-hero-bg.jpg") right top/auto 100% no-repeat;
  padding-top: clamp(50px, 100vw / 1600 * 119, 119px);
  padding-bottom: clamp(60px, 100vw / 1600 * 148, 148px);
  padding-left: clamp(25px, 100vw / 1600 * 60, 60px);
  padding-right: clamp(25px, 100vw / 1600 * 60, 60px);
}
.s-downloads-hero h1 {
  color: #ffffff;
  max-width: clamp(300px, 100vw / 1600 * 848, 848px);
  margin: 0;
}
.s-downloads-hero h1 span {
  color: #ed1b28;
}
@media (max-width: 820px) {
  .s-downloads-hero h1 {
    max-width: none;
  }
}

.s-downloads {
  margin-top: clamp(60px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
}
.s-downloads .download-group {
  max-width: 855px;
  margin: 0 auto;
}
.s-downloads .download-group + .download-group {
  margin-top: clamp(50px, 100vw / 1600 * 111, 111px);
}
@media (max-width: 576px) {
  .s-downloads .download-group {
    max-width: none;
  }
}
.s-downloads h3 {
  margin-bottom: clamp(30px, 100vw / 1600 * 52, 52px);
}
.s-downloads .list {
  border-bottom: 1px solid #d8d8d8;
}
.s-downloads .download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #d8d8d8;
  padding: 21px 19px;
  color: #212124;
  transition: opacity 0.3s;
}
.s-downloads .download-item:hover {
  opacity: 0.6;
}
.s-downloads .download-item svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.s-downloads .download-item:hover svg {
  transform: translateY(2px);
}
.s-downloads .info {
  flex: 1;
  min-width: 0;
}
.s-downloads .meta {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-right: 5px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .s-downloads .meta {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.s-downloads .name {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  color: #212124;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .s-downloads .name {
    display: block;
  }
}

.s-cta {
  margin-top: clamp(80px, 100vw / 1600 * 180, 180px);
  margin-bottom: clamp(80px, 100vw / 1600 * 180, 180px);
}
.s-cta .card {
  display: flex;
  gap: 0 clamp(0px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-cta .card {
    flex-direction: column-reverse;
  }
}
.s-cta .left {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #7e1518;
  border-radius: 0 0 60px 0;
  padding-top: clamp(35px, 100vw / 1600 * 60, 60px);
  padding-bottom: clamp(30px, 100vw / 1600 * 56, 56px);
  padding-left: clamp(30px, 100vw / 1600 * 60, 60px);
  padding-right: clamp(30px, 100vw / 1600 * 60, 60px);
}
@media (max-width: 820px) {
  .s-cta .left {
    width: 100%;
  }
}
.s-cta h2 {
  color: #ffffff;
  margin: 0;
}
.s-cta h2 span {
  color: #ed1b28;
}
.s-cta .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: clamp(20px, 100vw / 1600 * 35, 35px);
  transition: opacity 0.3s;
}
.s-cta .link:hover {
  opacity: 0.7;
}
.s-cta .contacts {
  display: flex;
  flex-direction: column;
  margin-top: clamp(20px, 100vw / 1600 * 35, 35px);
}
.s-cta .contacts a {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  transition: opacity 0.3s;
}
.s-cta .contacts a:hover {
  opacity: 0.7;
}
.s-cta .hours {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.03em;
}
.s-cta .right {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: clamp(220px, 100vw / 1600 * 388, 388px);
}
.s-cta .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 820px) {
  .s-cta .right {
    min-height: 280px;
  }
}
.s-cta.s-cta-no-bg {
  background: none;
  margin-bottom: clamp(80px, 100vw / 1600 * 140, 140px);
  padding-bottom: 0;
}
.s-cta.s-cta-no-bg .left {
  background: #7E1518;
}
.s-cta.s-cta-no-bg-2 {
  background: none;
  margin-top: clamp(80px, 100vw / 1600 * 170, 170px);
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
  padding-bottom: 0;
}
.s-cta.s-cta-no-bg-2 .left {
  background: #7E1518;
}
.s-cta.s-cta-no-bg-2 .left h2 span {
  color: #ED1B28;
}

.s-faq {
  margin-top: clamp(60px, 100vw / 1600 * 176, 176px);
  margin-bottom: clamp(80px, 100vw / 1600 * 169, 169px);
}
.s-faq .faq-wrap {
  display: flex;
  gap: 0 clamp(40px, 100vw / 1600 * 58, 58px);
  align-items: flex-start;
}
.s-faq .faq-nav {
  width: clamp(220px, 100vw / 1600 * 380, 380px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 100vw / 1600 * 60, 60px) 0;
}
@media (max-width: 992px) {
  .s-faq .faq-nav {
    display: none;
  }
}
.s-faq .nav-section h4 {
  margin-bottom: clamp(15px, 100vw / 1600 * 18, 18px);
}
.s-faq .nav-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-faq .nav-item {
  display: flex;
  align-items: center;
  height: clamp(50px, 100vw / 1600 * 60, 60px);
  padding-left: clamp(20px, 100vw / 1600 * 30, 30px);
  padding-right: clamp(20px, 100vw / 1600 * 30, 30px);
  background: #f4f4f2;
  border-radius: 5px;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #212124;
  transition: background 0.3s, color 0.3s;
}
.s-faq .nav-item:hover, .s-faq .nav-item.is-active {
  background: #212124;
  color: #ffffff;
}
.s-faq .faq-content {
  flex: 1;
  min-width: 0;
}
.s-faq .faq-group h3 {
  margin-bottom: clamp(30px, 100vw / 1600 * 46, 46px);
}
.s-faq .faq-group + .faq-group {
  margin-top: clamp(50px, 100vw / 1600 * 80, 80px);
}
.s-faq .faq-item + .faq-item {
  border-top: 1px solid #d8d8d8;
  padding-top: clamp(30px, 100vw / 1600 * 60, 60px);
  margin-top: clamp(30px, 100vw / 1600 * 60, 60px);
}
.s-faq .faq-item h4 {
  margin-bottom: clamp(20px, 100vw / 1600 * 30, 30px);
}
.s-faq .faq-item p {
  margin: 0;
}
.s-faq .faq-item .btn {
  margin-top: clamp(20px, 100vw / 1600 * 40, 40px);
}

.s-faq-links {
  margin-top: clamp(30px, 100vw / 1600 * 53, 53px);
  margin-bottom: clamp(80px, 100vw / 1600 * 177, 177px);
}
.s-faq-links .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 100vw / 1600 * 25, 25px) clamp(20px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-faq-links .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .s-faq-links .cards {
    grid-template-columns: 1fr;
  }
}
.s-faq-links .card {
  background: #f4f4f2;
  border-radius: 0 0 60px 0;
  display: flex;
  flex-direction: column;
  padding-top: clamp(30px, 100vw / 1600 * 53, 53px);
  padding-bottom: clamp(25px, 100vw / 1600 * 40, 40px);
  padding-left: clamp(25px, 100vw / 1600 * 60, 60px);
  padding-right: clamp(25px, 100vw / 1600 * 40, 40px);
  min-height: clamp(160px, 100vw / 1600 * 247, 247px);
}
.s-faq-links .card h3 {
  margin-bottom: 38px;
}
.s-faq-links .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #212124;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: opacity 0.3s;
}
.s-faq-links .link:hover {
  opacity: 0.6;
}

.s-products-catalogue {
  background: #f4f4f2;
  padding-top: clamp(30px, 100vw / 1600 * 60, 60px);
  padding-bottom: clamp(60px, 100vw / 1600 * 120, 120px);
}
.s-products-catalogue .filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: clamp(25px, 100vw / 1600 * 60, 60px);
}
@media (max-width: 576px) {
  .s-products-catalogue .filter-bar {
    gap: 12px;
  }
}
.s-products-catalogue .filter-dropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.s-products-catalogue .filter-select {
  position: relative;
}
.s-products-catalogue .filter-select select {
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #212124;
  border-radius: 8px;
  background: transparent;
  padding-top: clamp(8px, 100vw / 1600 * 8, 8px);
  padding-bottom: clamp(8px, 100vw / 1600 * 8, 8px);
  padding-left: clamp(22px, 100vw / 1600 * 22, 22px);
  padding-right: clamp(40px, 100vw / 1600 * 45, 45px);
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #212124;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.s-products-catalogue .filter-select select:focus {
  outline: none;
}
.s-products-catalogue .filter-select svg {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.s-products-catalogue .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #212124;
  border-radius: 8px;
  background: transparent;
  padding-top: clamp(8px, 100vw / 1600 * 8, 8px);
  padding-bottom: clamp(8px, 100vw / 1600 * 8, 8px);
  padding-left: clamp(22px, 100vw / 1600 * 22, 22px);
  padding-right: clamp(5px, 100vw / 1600 * 5, 5px);
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #212124;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
}
.s-products-catalogue .filter-btn svg {
  flex-shrink: 0;
  transform: rotate(90deg);
}
.s-products-catalogue .filter-btn.is-toggle {
  padding-right: clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-products-catalogue .filter-btn.is-active {
  background: #212124;
  color: #ffffff;
}
.s-products-catalogue .filter-btn.is-active svg path {
  stroke: #ffffff;
}
.s-products-catalogue .filter-reset {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #212124;
  letter-spacing: 0.02em;
  opacity: 0.3;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.s-products-catalogue .filter-reset.is-active {
  opacity: 1;
}
.s-products-catalogue .filter-reset svg {
  flex-shrink: 0;
}
.s-products-catalogue .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 100vw / 1600 * 60, 60px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 992px) {
  .s-products-catalogue .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .s-products-catalogue .products-grid {
    grid-template-columns: 1fr;
  }
}

.s-probesitzen-cta {
  background: #f4f4f2;
  padding-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
}
.s-probesitzen-cta .inner {
  display: flex;
  gap: 0 clamp(15px, 100vw / 1600 * 25, 25px);
  height: clamp(260px, 100vw / 1600 * 430, 430px);
}
@media (max-width: 820px) {
  .s-probesitzen-cta .inner {
    height: auto;
    flex-direction: column;
    gap: 15px;
  }
}
.s-probesitzen-cta .left {
  flex-shrink: 0;
  width: clamp(300px, 100vw / 1600 * 635, 635px);
  background: #7e1518;
  border-radius: 0 0 60px 0;
  padding-top: clamp(30px, 100vw / 1600 * 53, 53px);
  padding-bottom: clamp(25px, 100vw / 1600 * 45, 45px);
  padding-left: clamp(20px, 100vw / 1600 * 57, 57px);
  padding-right: clamp(20px, 100vw / 1600 * 30, 30px);
}
.s-probesitzen-cta .left h2 {
  color: #ffffff;
  margin: 0;
}
.s-probesitzen-cta .left h2 span {
  color: #ed1b28;
}
.s-probesitzen-cta .left .btn {
  margin-top: clamp(25px, 100vw / 1600 * 60, 60px);
}
@media (max-width: 820px) {
  .s-probesitzen-cta .left {
    width: 100%;
    border-radius: 0;
    padding-top: clamp(30px, 100vw / 1600 * 50, 50px);
    padding-bottom: clamp(25px, 100vw / 1600 * 40, 40px);
  }
}
.s-probesitzen-cta .img-office,
.s-probesitzen-cta .img-chair {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.s-probesitzen-cta .img-office img,
.s-probesitzen-cta .img-chair img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 820px) {
  .s-probesitzen-cta .img-office {
    height: 280px;
  }
}
.s-probesitzen-cta .chair-cutout {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-probesitzen-cta.s-probesitzen-cta-no-bg {
  background: none;
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
  padding: 0;
}

.s-products-intro {
  margin-top: clamp(50px, 100vw / 1600 * 98, 98px);
  margin-bottom: clamp(40px, 100vw / 1600 * 77, 77px);
}
.s-products-intro .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .s-products-intro .container {
    flex-direction: column;
    gap: 20px;
  }
}
.s-products-intro h1 {
  margin: 0;
}
.s-products-intro h4 {
  margin-top: clamp(15px, 100vw / 1600 * 26, 26px);
  margin-bottom: 0;
}
.s-products-intro .brand-logo {
  flex-shrink: 0;
  height: auto;
  margin-top: clamp(0px, 100vw / 1600 * 5, 5px);
}
@media (max-width: 576px) {
  .s-products-intro .brand-logo {
    margin-top: 0;
  }
}

.s-product-hero {
  position: relative;
  overflow: hidden;
  height: clamp(800px, 100vw / 1600 * 1000, 1000px);
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 576px) {
  .s-product-hero {
    height: 600px;
  }
}
.s-product-hero .left-box {
  padding-top: clamp(120px, 100vw / 1600 * 200, 200px);
  padding-bottom: clamp(50px, 100vw / 1600 * 67, 67px);
  padding-left: clamp(25px, 100vw / 1600 * 153, 153px);
  padding-right: clamp(40px, 100vw / 1600 * 140, 140px);
  width: clamp(320px, 100vw / 1600 * 898, 898px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9;
  position: relative;
}
.s-product-hero .left-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 747px;
  background: #ed1b28;
  border-radius: 0 0 145px 0;
  z-index: -1;
}
@media (max-width: 1367px) {
  .s-product-hero .left-box::before {
    content: none;
  }
}
@media (max-width: 992px) {
  .s-product-hero .left-box {
    width: 100%;
    height: auto;
  }
}
.s-product-hero h1 {
  font-size: clamp(40px, 100vw / 1600 * 100, 100px);
  color: #ffffff;
  margin: 0;
  line-height: 0.95;
  letter-spacing: 0.02em;
}
.s-product-hero h1 sup {
  font-size: 0.645em;
  vertical-align: super;
  line-height: 0;
}
@media (max-width: 576px) {
  .s-product-hero h1 {
    font-size: 48px;
  }
}
.s-product-hero h3 {
  color: #ffffff;
  margin-top: clamp(20px, 100vw / 1600 * 60, 60px);
  margin-bottom: 0;
}
.s-product-hero .feature-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: clamp(20px, 100vw / 1600 * 30, 30px);
}
.s-product-hero .feature-tag {
  border: 1.5px solid #ffffff;
  border-radius: 80px;
  padding-top: clamp(10px, 100vw / 1600 * 11, 11px);
  padding-bottom: clamp(10px, 100vw / 1600 * 11, 11px);
  padding-left: clamp(15px, 100vw / 1600 * 30, 30px);
  padding-right: clamp(15px, 100vw / 1600 * 30, 30px);
  color: #ffffff;
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.s-product-hero .made-germany {
  margin-top: clamp(100px, 100vw / 1600 * 242, 242px);
  width: clamp(80px, 100vw / 1600 * 129, 129px);
  height: auto;
}
@media (max-width: 992px) {
  .s-product-hero .made-germany {
    margin-top: 30px;
  }
}
.s-product-hero .chair-gray {
  position: absolute;
  top: 14%;
  left: 42.3vw;
  height: 84%;
  width: auto;
  z-index: 9;
}
@media (max-width: 820px) {
  .s-product-hero .chair-gray {
    left: 31.3vw;
  }
}
@media (max-width: 576px) {
  .s-product-hero .chair-gray {
    display: none;
  }
}
.s-product-hero .chair-red {
  position: absolute;
  top: 19%;
  left: 72.75vw;
  height: 80%;
  width: auto;
  z-index: 9;
}
@media (max-width: 820px) {
  .s-product-hero .chair-red {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .s-product-hero .chair-red {
    display: none;
  }
}

.s-werkstar-compare {
  position: relative;
  display: flex;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: clamp(600px, 100vw / 1600 * 848, 848px);
}
.s-werkstar-compare::before, .s-werkstar-compare::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
}
.s-werkstar-compare::before {
  right: 100%;
  background: #f4f4f2;
}
.s-werkstar-compare::after {
  left: 100%;
  background: #202c35;
}
@media (max-width: 992px) {
  .s-werkstar-compare {
    flex-direction: column;
    height: auto;
  }
}
.s-werkstar-compare .left,
.s-werkstar-compare .right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: clamp(50px, 100vw / 1600 * 218, 218px);
  padding-bottom: clamp(50px, 100vw / 1600 * 160, 160px);
}
@media (max-width: 992px) {
  .s-werkstar-compare .left,
  .s-werkstar-compare .right {
    flex: none;
    width: 100%;
  }
}
.s-werkstar-compare .left {
  background: #f4f4f2;
  padding-left: clamp(25px, 100vw / 1600 * 153, 153px);
  padding-right: clamp(40px, 100vw / 1600 * 232, 232px);
}
.s-werkstar-compare .right {
  background: #202c35;
  padding-left: clamp(25px, 100vw / 1600 * 233, 233px);
  padding-right: clamp(40px, 100vw / 1600 * 153, 153px);
}
.s-werkstar-compare .manufaktur-label {
  display: block;
  min-height: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  top: -16px;
}
.s-werkstar-compare .left .manufaktur-label {
  color: transparent;
}
@media (max-width: 992px) {
  .s-werkstar-compare .left .manufaktur-label {
    display: none;
  }
}
.s-werkstar-compare .right .manufaktur-label {
  color: rgba(255, 255, 255, 0.55);
}
.s-werkstar-compare h2 {
  font-size: clamp(30px, 100vw / 1600 * 70, 70px);
  line-height: 0.95;
  margin: 0;
  letter-spacing: 0.02em;
}
.s-werkstar-compare h2 sup {
  font-size: 0.645em;
  vertical-align: super;
  line-height: 0;
}
@media (max-width: 576px) {
  .s-werkstar-compare h2 {
    font-size: 36px;
  }
}
.s-werkstar-compare .left h2 {
  color: #212124;
}
.s-werkstar-compare .right h2 {
  color: #ffffff;
}
.s-werkstar-compare .copy {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin-top: clamp(20px, 100vw / 1600 * 41, 41px);
}
.s-werkstar-compare .left .copy {
  color: #212124;
}
.s-werkstar-compare .right .copy {
  color: #ffffff;
}
.s-werkstar-compare .price {
  margin-top: clamp(20px, 100vw / 1600 * 43, 43px);
}
.s-werkstar-compare .price-main {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.s-werkstar-compare .price-note {
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: 0.02em;
}
.s-werkstar-compare .left .price-main {
  color: #212124;
}
.s-werkstar-compare .left .price-note {
  color: #707070;
}
.s-werkstar-compare .right .price-main {
  color: #ffffff;
}
.s-werkstar-compare .right .price-note {
  color: #d8d8d8;
}
.s-werkstar-compare .btn {
  margin-top: clamp(20px, 100vw / 1600 * 33, 33px);
}
.s-werkstar-compare .chair {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(30px, 100vw / 1600 * 135, 135px);
  height: clamp(280px, 100vw / 1600 * 551, 551px);
  width: auto;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 992px) {
  .s-werkstar-compare .chair {
    display: none;
  }
}
.s-werkstar-compare.photo-right .right {
  position: relative;
  overflow: hidden;
  background: #202c35;
  padding: 0;
}
.s-werkstar-compare.photo-right .right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media (max-width: 992px) {
  .s-werkstar-compare.photo-right .right {
    height: 280px;
  }
}

.s-einsatzbereiche,
.s-esd-faq {
  margin-top: clamp(60px, 100vw / 1600 * 174, 174px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
}
.s-einsatzbereiche .inner,
.s-esd-faq .inner {
  width: clamp(300px, 100vw / 1600 * 855, 855px);
  margin: 0 auto;
}
@media (max-width: 820px) {
  .s-einsatzbereiche .inner,
  .s-esd-faq .inner {
    width: 100%;
  }
}
.s-einsatzbereiche h2,
.s-esd-faq h2 {
  font-size: clamp(28px, 100vw / 1600 * 55, 55px);
  line-height: 0.95;
  margin: 0;
  letter-spacing: 0.02em;
}
.s-einsatzbereiche .module-accordion,
.s-esd-faq .module-accordion {
  margin-top: clamp(35px, 100vw / 1600 * 48, 48px);
}
.s-einsatzbereiche .accordion-item,
.s-esd-faq .accordion-item {
  box-shadow: none;
  border-top: 1px solid #d8d8d8;
}
.s-einsatzbereiche .accordion-item:last-child,
.s-esd-faq .accordion-item:last-child {
  border-bottom: 1px solid #d8d8d8;
}
.s-einsatzbereiche .head,
.s-esd-faq .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(14px, 100vw / 1600 * 17, 17px);
  padding-bottom: clamp(14px, 100vw / 1600 * 17, 17px);
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  background: transparent;
  color: #212124;
}
.s-einsatzbereiche .head:hover,
.s-esd-faq .head:hover {
  background: transparent;
}
.s-einsatzbereiche .head:hover .arrow,
.s-esd-faq .head:hover .arrow {
  opacity: 1;
}
.s-einsatzbereiche .title,
.s-esd-faq .title {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #212124;
}
@media (max-width: 820px) {
  .s-einsatzbereiche .title,
  .s-esd-faq .title {
    padding-right: 20px;
  }
}
.s-einsatzbereiche .arrow,
.s-esd-faq .arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #212124;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.s-einsatzbereiche .arrow.arrow-animate,
.s-esd-faq .arrow.arrow-animate {
  transform: rotate(180deg);
}
.s-einsatzbereiche .content,
.s-esd-faq .content {
  overflow: hidden;
}
.s-einsatzbereiche .content > *,
.s-esd-faq .content > * {
  padding-top: clamp(5px, 100vw / 1600 * 5, 5px);
  padding-bottom: clamp(25px, 100vw / 1600 * 26, 26px);
  padding-left: 16px;
  padding-right: 100px;
}
@media (max-width: 820px) {
  .s-einsatzbereiche .content > *,
  .s-esd-faq .content > * {
    padding-right: 30px;
  }
}
.s-einsatzbereiche p,
.s-esd-faq p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  color: #212124;
  letter-spacing: 0.02em;
}
.s-einsatzbereiche p + p,
.s-esd-faq p + p {
  margin-top: clamp(12px, 100vw / 1600 * 33, 33px);
}
.s-einsatzbereiche .acc-actions,
.s-esd-faq .acc-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: clamp(20px, 100vw / 1600 * 40, 40px);
}
.s-einsatzbereiche .content h5,
.s-esd-faq .content h5 {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #212124;
  margin-top: clamp(15px, 100vw / 1600 * 25, 25px);
  margin-bottom: 8px;
}
.s-einsatzbereiche .content h5:first-child,
.s-esd-faq .content h5:first-child {
  margin-top: 0;
}
.s-einsatzbereiche .content ul,
.s-esd-faq .content ul {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #212124;
  padding-left: 20px;
  margin: 0;
}
.s-einsatzbereiche .content li,
.s-esd-faq .content li {
  margin-bottom: 5px;
}
.s-einsatzbereiche .apply-btn,
.s-esd-faq .apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #212124;
  color: #ffffff;
  padding-top: clamp(14px, 100vw / 1600 * 20, 20px);
  padding-bottom: clamp(14px, 100vw / 1600 * 22, 22px);
  padding-left: clamp(20px, 100vw / 1600 * 30, 30px);
  padding-right: clamp(20px, 100vw / 1600 * 30, 30px);
  border-radius: 8px;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin-top: clamp(20px, 100vw / 1600 * 40, 40px);
  transition: opacity 0.3s;
}
.s-einsatzbereiche .apply-btn:hover,
.s-esd-faq .apply-btn:hover {
  opacity: 0.8;
}

.s-esd-faq {
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-esd-faq h2 {
  font-size: clamp(24px, 100vw / 1600 * 35, 35px);
  line-height: 1.1;
}

.s-product-modules {
  margin-top: clamp(60px, 100vw / 1600 * 180, 180px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
  background: #7e1518;
  position: relative;
  overflow: hidden;
}
.s-product-modules .container {
  padding-top: clamp(50px, 100vw / 1600 * 96, 96px);
  padding-bottom: clamp(77px, 100vw / 1600 * 95, 95px);
}
@media (max-width: 992px) {
  .s-product-modules .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.s-product-modules .inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .s-product-modules .inner {
    flex-direction: column;
  }
}
.s-product-modules .left {
  flex: 1;
}
@media (max-width: 992px) {
  .s-product-modules .left {
    flex: none;
    width: 100%;
  }
}
.s-product-modules h2 {
  color: #ffffff;
  font-size: clamp(30px, 100vw / 1600 * 70, 70px);
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s-product-modules h2 span:first-child::after {
  content: "";
  display: block;
  height: 11px;
  width: clamp(100px, 100vw / 1600 * 235, 235px);
  background: #ed1b28;
  margin-top: 3px;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .s-product-modules h2 span:first-child::after {
    content: none;
  }
}
.s-product-modules h2 span:nth-child(2)::after {
  content: none;
  display: block;
  height: 7px;
  width: 100%;
  background: #ed1b28;
  margin-top: 8px;
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .s-product-modules h2 span:nth-child(2)::after {
    content: "";
  }
}
@media (max-width: 576px) {
  .s-product-modules h2 {
    font-size: 34px;
  }
}
.s-product-modules .chair-box {
  margin-left: clamp(-50px, -3.125vw, 0px);
}
@media (max-width: 992px) {
  .s-product-modules .chair-box {
    margin-left: -30px;
  }
}
.s-product-modules .chair-img {
  width: clamp(380px, 100vw / 1600 * 453, 453px);
  height: auto;
  display: block;
}
@media (max-width: 576px) {
  .s-product-modules .chair-img {
    width: 100%;
  }
}
.s-product-modules .right {
  width: clamp(260px, 100vw / 1600 * 525, 525px);
  flex-shrink: 0;
  margin-right: clamp(0px, 100vw / 1600 * 97, 97px);
}
@media (max-width: 992px) {
  .s-product-modules .right {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
}
.s-product-modules .modules-img {
  width: 100%;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}
.s-product-modules .modules-img img {
  width: 100%;
  height: 356px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .s-product-modules .modules-img img {
    height: 229px;
  }
}
.s-product-modules h4 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-top: clamp(47px, 100vw / 1600 * 65, 65px);
  margin-bottom: 0;
}
.s-product-modules p {
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin-top: clamp(12px, 100vw / 1600 * 20, 20px);
  margin-bottom: 0;
}

.s-promise {
  margin-top: clamp(60px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
  overflow: hidden;
}
.s-promise .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .s-promise .inner {
    flex-direction: column;
  }
}
.s-promise .img-side {
  width: clamp(0px, 100vw / 1600 * 524, 524px);
  flex-shrink: 0;
  align-self: stretch;
  overflow: hidden;
}
@media (max-width: 992px) {
  .s-promise .img-side {
    width: 100%;
    margin-bottom: 30px;
  }
}
.s-promise .img-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-promise .content {
  flex: 1;
  padding-left: clamp(25px, 100vw / 1600 * 135, 135px);
}
@media (max-width: 992px) {
  .s-promise .content {
    padding-left: 0;
  }
}
.s-promise h3 {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
}
.s-promise .items {
  margin-top: clamp(22px, 100vw / 1600 * 50, 50px);
}
.s-promise .item h5 {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
}
.s-promise .item p {
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #212124;
  margin-top: clamp(10px, 100vw / 1600 * 18, 18px);
  margin-bottom: 0;
}
.s-promise .item + .item {
  border-top: 1px solid #d8d8d8;
  margin-top: clamp(13px, 100vw / 1600 * 15, 15px);
  padding-top: clamp(20px, 100vw / 1600 * 30, 30px);
}

.s-lab-gallery {
  margin-top: clamp(60px, 100vw / 1600 * 180, 180px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
}
.s-lab-gallery .gallery-inner {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 992px) {
  .s-lab-gallery .gallery-inner {
    flex-direction: column;
    gap: 15px;
  }
}
.s-lab-gallery .col-left {
  flex: 0 0 calc(50% - 12.5px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 100vw / 1600 * 25, 25px) 0;
}
.s-lab-gallery .img-top {
  width: 65.35%;
  aspect-ratio: 415/280;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  display: block;
}
.s-lab-gallery .row-bottom {
  width: 100%;
  display: flex;
  gap: 0 clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-lab-gallery .row-bottom img {
  flex: 1;
  min-width: 0;
  aspect-ratio: 305/413;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-lab-gallery .col-right {
  flex: 0 0 calc(50% - 12.5px);
  height: clamp(280px, 100vw / 1600 * 528, 528px);
  overflow: hidden;
  border-radius: 0 0 60px 0;
}
@media (max-width: 992px) {
  .s-lab-gallery .col-right {
    flex: none;
    width: 245px;
    height: 280px;
    border-radius: 0 0 40px 0;
  }
}
@media (max-width: 576px) {
  .s-lab-gallery .col-right {
    height: 203px;
  }
}
.s-lab-gallery .col-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  display: block;
}

.s-opening-hours {
  background: #C0074A;
  padding: 17px 0;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 1536px) {
  .s-opening-hours {
    padding: 17px 45px;
  }
}
@media (max-width: 992px) {
  .s-opening-hours {
    flex-direction: column;
  }
}
.s-opening-hours p {
  font-weight: 400;
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  color: #fff;
  margin: 0 clamp(20px, 100vw / 1600 * 70, 70px) 0 0;
}
@media (max-width: 992px) {
  .s-opening-hours p {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.s-opening-hours a {
  font-weight: 700;
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
  white-space: nowrap;
}
.s-opening-hours a:hover {
  text-decoration: none;
}
.s-opening-hours .close-banner {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .s-opening-hours .close-banner {
    right: 10px;
    top: 10px;
    transform: none;
  }
}
.s-opening-hours.show {
  display: flex;
}

.s-werkstar-variants {
  margin-top: clamp(60px, 100vw / 1600 * 180, 180px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
}
.s-werkstar-variants h3 {
  color: #212124;
  margin: 0;
}
.s-werkstar-variants .chairs-row {
  display: flex;
  align-items: flex-end;
  margin-top: clamp(30px, 100vw / 1600 * 62, 62px);
  margin-bottom: clamp(35px, 100vw / 1600 * 90, 90px);
}
@media (max-width: 820px) {
  .s-werkstar-variants .chairs-row {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.s-werkstar-variants .chair-item {
  flex: 1;
  min-width: 0;
  position: relative;
}
.s-werkstar-variants .chair-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .s-werkstar-variants .chair-item {
    flex: 0 0 calc(33.333% - 8px);
  }
}

.s-custom-identity {
  margin-top: clamp(60px, 100vw / 1600 * 180, 180px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
}
.s-custom-identity .inner {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(40px, 100vw / 1600 * 155, 155px);
}
@media (max-width: 992px) {
  .s-custom-identity .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.s-custom-identity .left {
  flex: 1;
  min-width: 0;
}
.s-custom-identity h3 {
  color: #212124;
  margin: 0;
}
.s-custom-identity ul {
  list-style: none;
  padding: 0;
  margin-top: clamp(18px, 100vw / 1600 * 32, 32px);
  margin-bottom: 0;
}
.s-custom-identity ul li {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  color: #212124;
  line-height: 1.55;
  letter-spacing: 0.02em;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}
.s-custom-identity ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.s-custom-identity ul li:last-child {
  margin-bottom: 0;
}
.s-custom-identity .btn {
  margin-top: clamp(25px, 100vw / 1600 * 45, 45px);
}
.s-custom-identity .right {
  width: clamp(260px, 100vw / 1600 * 524, 524px);
  flex-shrink: 0;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  aspect-ratio: 524/390;
}
.s-custom-identity .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .s-custom-identity .right {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 0 0 40px 0;
  }
}
@media (max-width: 576px) {
  .s-custom-identity .right {
    aspect-ratio: 4/3;
  }
}

.s-materials {
  margin-top: clamp(60px, 100vw / 1600 * 180, 180px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
}
.s-materials h2 {
  color: #212124;
  margin: 0;
}
.s-materials .materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(35px, 100vw / 1600 * 72, 72px) clamp(25px, 100vw / 1600 * 80, 80px);
  margin-top: clamp(25px, 100vw / 1600 * 67, 67px);
}
@media (max-width: 992px) {
  .s-materials .materials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
  }
}
@media (max-width: 576px) {
  .s-materials .materials-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.s-materials .material-group h4 {
  color: #212124;
  margin: 0;
}
.s-materials .swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(15px, 100vw / 1600 * 19, 19px);
}
.s-materials .swatch {
  width: 79px;
  height: 79px;
  border-radius: 0 0 22px 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .s-materials .swatch {
    width: 60px;
    height: 60px;
    border-radius: 0 0 14px 0;
  }
}
.s-materials .swatch-fabric::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/swatch-fabric.jpg") center/cover;
  opacity: 0.5;
}
.s-materials .swatch-fabric::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--swatch-color);
  mix-blend-mode: multiply;
}
.s-materials .swatch-leather {
  background-image: url("../img/swatch-leather.jpg");
}
.s-materials .swatch-leather-black {
  background-image: url("../img/swatch-leather-3.jpg");
}
.s-materials .swatch-leather-black::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #161616;
  mix-blend-mode: color;
}
.s-materials .swatch-leather-gray {
  background-image: url("../img/swatch-leather-2.jpg");
}
.s-materials .swatch-leather-gray::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #8d8d8d;
  mix-blend-mode: color;
}
.s-materials .esd-icon {
  position: absolute;
  bottom: 7px;
  right: 9px;
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-materials .btn-link {
  margin-top: clamp(12px, 100vw / 1600 * 18, 18px);
}

.acc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(40px, 100vw / 1600 * 50, 50px) clamp(15px, 100vw / 1600 * 25, 25px);
  margin-top: clamp(20px, 100vw / 1600 * 56, 56px);
}
@media (max-width: 1367px) {
  .acc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .acc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .acc-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.acc-card h5 {
  color: #212124;
  margin: 0;
  margin-top: clamp(10px, 100vw / 1600 * 13, 13px);
}

.card-img {
  background: #f4f4f2;
  aspect-ratio: 305/187;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.s-accessories {
  margin-top: clamp(60px, 100vw / 1600 * 180, 180px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
}
.s-accessories h2 {
  color: #212124;
  margin: 0;
}
.s-accessories .acc-group {
  margin-top: clamp(45px, 100vw / 1600 * 67, 67px);
}
.s-accessories .acc-group h3 {
  color: #212124;
  margin: 0;
}
.s-accessories .acc-group + .acc-group {
  border-top: 1px solid #d8d8d8;
  padding-top: clamp(30px, 100vw / 1600 * 60, 60px);
  margin-top: clamp(25px, 100vw / 1600 * 48, 48px);
}
.s-accessories .btn-link {
  margin-top: clamp(10px, 100vw / 1600 * 20, 20px);
}

.s-materialien-intro {
  margin-top: clamp(60px, 100vw / 1600 * 140, 140px);
  margin-bottom: clamp(40px, 100vw / 1600 * 136, 136px);
}
.s-materialien-intro h1 {
  color: #212124;
  margin: 0;
}
.s-materialien-intro p {
  margin-top: clamp(15px, 100vw / 1600 * 30, 30px);
  margin-bottom: 0;
  width: clamp(480px, 100vw / 1600 * 951, 951px);
}
@media (max-width: 820px) {
  .s-materialien-intro p {
    width: auto;
  }
}
.s-materialien-intro .anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(25px, 100vw / 1600 * 38, 38px);
}
@media (max-width: 576px) {
  .s-materialien-intro .anchor-nav {
    gap: 8px;
  }
}
.s-materialien-intro .anchor-nav .btn {
  padding-left: clamp(29px, 100vw / 1600 * 29, 29px);
  padding-right: clamp(29px, 100vw / 1600 * 29, 29px);
}

.s-acc-block {
  margin-top: clamp(40px, 100vw / 1600 * 90, 90px);
  margin-bottom: clamp(60px, 100vw / 1600 * 185, 185px);
}
.s-acc-block .product-header img {
  margin-bottom: clamp(20px, 100vw / 1600 * 59, 59px);
  width: clamp(100px, 100vw / 1600 * 215, 215px);
  height: auto;
  display: block;
  flex-shrink: 0;
}
.s-acc-block .product-header h2 {
  color: #212124;
  margin: 0;
}
@media (max-width: 820px) {
  .s-acc-block .product-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .s-acc-block .product-header img {
    width: 120px;
  }
}
.s-acc-block .acc-group {
  padding-top: clamp(30px, 100vw / 1600 * 46, 46px);
}
.s-acc-block .acc-group h4 {
  color: #212124;
  margin: 0;
}
.s-acc-block .acc-group p {
  width: clamp(480px, 100vw / 1600 * 835, 835px);
  margin-top: clamp(8px, 100vw / 1600 * 10, 10px);
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .s-acc-block .acc-group p {
    width: auto;
  }
}
.s-acc-block .acc-group + .acc-group {
  margin-top: clamp(30px, 100vw / 1600 * 60, 60px);
}
.s-acc-block .acc-card ul {
  list-style: disc;
  padding-left: 19px;
  margin-top: clamp(8px, 100vw / 1600 * 26, 26px);
  margin-bottom: 0;
}
.s-acc-block .acc-card ul li {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 500;
  line-height: 1.55;
  color: #212124;
  letter-spacing: 0.02em;
}

.s-einsatz-intro {
  margin-top: clamp(60px, 100vw / 1600 * 115, 115px);
  margin-bottom: clamp(60px, 100vw / 1600 * 73, 73px);
}
.s-einsatz-intro h1,
.s-einsatz-intro h2,
.s-einsatz-intro h3 {
  color: #212124;
  max-width: 960px;
}
@media (max-width: 992px) {
  .s-einsatz-intro h1,
  .s-einsatz-intro h2,
  .s-einsatz-intro h3 {
    max-width: none;
  }
}
.s-einsatz-intro h1 {
  margin-bottom: clamp(19px, 100vw / 1600 * 50, 50px);
}
@media (max-width: 576px) {
  .s-einsatz-intro h1 {
    max-width: 89%;
  }
}
.s-einsatz-intro h2, .s-einsatz-intro h3 {
  margin-bottom: clamp(15px, 100vw / 1600 * 41, 41px);
}
.s-einsatz-intro p {
  width: clamp(480px, 100vw / 1600 * 960, 960px);
  margin-bottom: clamp(10px, 100vw / 1600 * 10, 10px);
}
@media (max-width: 576px) {
  .s-einsatz-intro p {
    width: auto;
  }
}
.s-einsatz-intro p:last-child {
  margin-bottom: 0;
}
.s-einsatz-intro .area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 25px;
  margin-top: clamp(35px, 100vw / 1600 * 67, 67px);
}
@media (max-width: 992px) {
  .s-einsatz-intro .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .s-einsatz-intro .area-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.s-einsatz-intro .area-card {
  background: #f4f4f2;
  border-radius: 0 0 60px 0;
  display: flex;
  flex-direction: column;
}
.s-einsatz-intro .area-card::before {
  content: "";
  display: block;
  height: 20px;
  background: var(--accent, #d8d8d8);
  flex-shrink: 0;
}
.s-einsatz-intro .area-card .card-body {
  padding-top: clamp(30px, 100vw / 1600 * 34, 34px);
  padding-bottom: clamp(25px, 100vw / 1600 * 50, 50px);
  padding-left: clamp(25px, 100vw / 1600 * 60, 60px);
  padding-right: clamp(25px, 100vw / 1600 * 60, 60px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.s-einsatz-intro .area-card h3 {
  color: #212124;
  hyphens: none;
  margin-bottom: clamp(25px, 100vw / 1600 * 35, 35px);
}
.s-einsatz-intro .area-card .more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  margin-top: auto;
  transition: opacity 0.3s;
}
.s-einsatz-intro .area-card .more-link:hover {
  opacity: 0.6;
}

.s-dark-cta {
  margin-top: clamp(60px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
  background: #202c35 url("../img/einsatz-cta-bg.png") 68% center/75% auto no-repeat;
  padding-top: clamp(50px, 100vw / 1600 * 100, 100px);
  padding-bottom: clamp(50px, 100vw / 1600 * 100, 100px);
}
@media (max-width: 820px) {
  .s-dark-cta {
    background-position: right center;
    background-size: cover;
  }
}
.s-dark-cta .content {
  max-width: clamp(320px, 100vw / 1600 * 634, 634px);
}
@media (max-width: 820px) {
  .s-dark-cta .content {
    max-width: 100%;
  }
}
.s-dark-cta h2 {
  color: #ffffff;
  margin-bottom: 48px;
}
.s-dark-cta .sub {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 23px;
}
.s-dark-cta p {
  color: #ffffff;
  margin-bottom: 48px;
}

.s-mfk-hero {
  position: relative;
  background: linear-gradient(0deg, rgba(32, 44, 53, 0.2), rgba(32, 44, 53, 0.2)), url("../img/mfk-hero-bg.jpg") right no-repeat, #202c35;
  background-size: 1600px;
  height: clamp(600px, 62.5vw, 1000px);
  overflow: hidden;
}
.s-mfk-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56.125%;
  height: 607px;
  background: #202d35;
  border-radius: 0 0 145px 0;
  pointer-events: none;
}
@media (max-width: 820px) {
  .s-mfk-hero::before {
    width: 100%;
    border-radius: 0;
    height: auto;
    bottom: 0;
  }
}
.s-mfk-hero .container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: clamp(100px, 100vw / 1600 * 200, 200px);
}
@media (max-width: 820px) {
  .s-mfk-hero .container {
    padding-bottom: 50px;
  }
}
.s-mfk-hero .content {
  max-width: clamp(300px, 100vw / 1600 * 586, 586px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .s-mfk-hero .content {
    max-width: 100%;
  }
}
.s-mfk-hero h1 {
  color: #aa967f;
  margin: 0;
}
@media (max-width: 576px) {
  .s-mfk-hero h1 {
    font-size: 40px;
  }
}
.s-mfk-hero h3 {
  color: #ffffff;
  margin-top: clamp(6px, 100vw / 1600 * 6, 6px);
}
@media (max-width: 576px) {
  .s-mfk-hero h3 {
    font-size: 22px;
  }
}
.s-mfk-hero p {
  color: #ffffff;
  margin-top: clamp(15px, 100vw / 1600 * 45, 45px);
  max-width: clamp(280px, 100vw / 1600 * 518, 518px);
}
@media (max-width: 576px) {
  .s-mfk-hero p {
    font-size: 16px;
  }
}
.s-mfk-hero .made {
  margin-top: 368px;
  width: clamp(80px, 100vw / 1600 * 129, 129px);
}
@media (max-width: 1536px) {
  .s-mfk-hero .made {
    margin-top: 70px;
  }
}
.s-mfk-hero .made img {
  width: 100%;
  height: auto;
  display: block;
}

.s-text-split {
  margin-top: clamp(70px, 100vw / 1600 * 144, 144px);
  margin-bottom: clamp(70px, 100vw / 1600 * 120, 120px);
}
.s-text-split .container {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(40px, 100vw / 1600 * 80, 80px);
}
@media (max-width: 820px) {
  .s-text-split .container {
    flex-direction: column;
    gap: 20px;
  }
}
.s-text-split h4 {
  flex-shrink: 0;
  width: clamp(200px, 100vw / 1600 * 248, 248px);
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
}
@media (max-width: 820px) {
  .s-text-split h4 {
    width: 100%;
    font-size: 26px;
  }
}
.s-text-split p {
  flex: 1;
  font-size: clamp(20px, 100vw / 1600 * 35, 35px);
  line-height: 1.55;
  margin: 0;
  position: relative;
  top: -15px;
}
@media (max-width: 820px) {
  .s-text-split p {
    font-size: 20px;
    position: static;
  }
}

.s-mfk-features {
  margin-top: clamp(60px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(60px, 100vw / 1600 * 180, 180px);
}
.s-mfk-features .inner {
  display: flex;
  align-items: center;
  gap: 0 clamp(40px, 100vw / 1600 * 135, 135px);
}
@media (max-width: 992px) {
  .s-mfk-features .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.s-mfk-features .left {
  flex-shrink: 0;
  width: clamp(260px, 100vw / 1600 * 524, 524px);
}
@media (max-width: 992px) {
  .s-mfk-features .left {
    width: 100%;
    max-width: 480px;
  }
}
@media (max-width: 576px) {
  .s-mfk-features .left {
    max-width: 100%;
  }
}
.s-mfk-features .photo-wrap {
  position: relative;
}
.s-mfk-features .photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.s-mfk-features .photo-wrap .badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -10%);
  width: clamp(70px, 100vw / 1600 * 112, 112px);
  height: auto;
  border-radius: 0;
}
@media (max-width: 992px) {
  .s-mfk-features .photo-wrap .badge {
    width: 80px;
  }
}
.s-mfk-features .right {
  flex: 1;
  min-width: 0;
}
.s-mfk-features .right h3 {
  color: #212124;
  margin: 0;
}
.s-mfk-features .features {
  margin-top: clamp(20px, 100vw / 1600 * 35, 35px);
}
.s-mfk-features .feature {
  border-top: 1px solid #d8d8d8;
  padding-top: clamp(18px, 100vw / 1600 * 30, 30px);
  padding-bottom: clamp(18px, 100vw / 1600 * 30, 30px);
}
.s-mfk-features .feature h5 {
  color: #212124;
  font-weight: 700;
  margin: 0;
}
.s-mfk-features .feature p {
  margin: 0;
  margin-top: clamp(8px, 100vw / 1600 * 12, 12px);
}
.s-mfk-features .feature:first-child {
  border-top: none;
}

.s-prod-grid {
  padding-top: clamp(50px, 100vw / 1600 * 120, 120px);
  padding-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
  background: #F4F4F2;
}
.s-prod-grid h2 {
  color: #212124;
  margin: 0;
  margin-bottom: clamp(25px, 100vw / 1600 * 42, 42px);
}
.s-prod-grid .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 100vw / 1600 * 35, 35px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 1280px) {
  .s-prod-grid .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .s-prod-grid .product-grid {
    grid-template-columns: 1fr;
  }
}

.s-kontakt {
  padding-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
  margin: 0;
  background: #F4F4F2;
}
.s-kontakt .left {
  background: #202D35;
}
.s-kontakt .left h2 span {
  color: #AA967F;
}
.s-kontakt .left .hours {
  margin: 32px 0 0 0;
}

.s-konfigurator {
  margin-top: clamp(60px, 100vw / 1600 * 144, 144px);
  margin-bottom: clamp(70px, 100vw / 1600 * 178, 178px);
}
.s-konfigurator .inner {
  display: flex;
  align-items: stretch;
  gap: 0 clamp(40px, 100vw / 1600 * 135, 135px);
}
@media (max-width: 992px) {
  .s-konfigurator .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.s-konfigurator .chair-view {
  flex-shrink: 0;
  width: clamp(280px, 100vw / 1600 * 635, 635px);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 100vw / 1600 * 40, 40px);
}
.s-konfigurator .chair-view img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}
@media (max-width: 992px) {
  .s-konfigurator .chair-view {
    width: 100%;
    max-width: 480px;
    padding: 30px;
  }
  .s-konfigurator .chair-view img {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .s-konfigurator .chair-view {
    max-width: 100%;
    padding: 20px;
  }
}
.s-konfigurator .config-panel {
  flex: 1;
  min-width: 0;
}
.s-konfigurator .config-panel h3 {
  color: #212124;
  margin: 0;
}
.s-konfigurator .config-panel .tagline {
  margin-top: clamp(12px, 100vw / 1600 * 20, 20px);
  margin-bottom: 0;
  color: #212124;
}
.s-konfigurator .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(12px, 100vw / 1600 * 20, 20px);
}
.s-konfigurator .tag {
  display: inline-block;
  background: #f4f4f2;
  color: #707070;
  border-radius: 50px;
  font-size: clamp(14px, 100vw / 1600 * 14, 14px);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-top: clamp(5px, 100vw / 1600 * 7, 7px);
  padding-bottom: clamp(5px, 100vw / 1600 * 7, 7px);
  padding-left: clamp(10px, 100vw / 1600 * 16, 16px);
  padding-right: clamp(10px, 100vw / 1600 * 16, 16px);
}
.s-konfigurator .config-list {
  margin-top: clamp(20px, 100vw / 1600 * 35, 35px);
  border-top: 1px solid #d8d8d8;
}
.s-konfigurator .config-item {
  border-bottom: 1px solid #d8d8d8;
}
.s-konfigurator .config-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: clamp(12px, 100vw / 1600 * 18, 18px);
  padding-bottom: clamp(12px, 100vw / 1600 * 18, 18px);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.s-konfigurator .config-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #212124;
  color: #ffffff;
  font-size: clamp(15px, 100vw / 1600 * 15, 15px);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-konfigurator .config-label {
  flex: 1;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
}
.s-konfigurator .config-arrow {
  flex-shrink: 0;
  color: #212124;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.s-konfigurator .accordion-item.active .config-arrow {
  transform: rotate(180deg);
}
.s-konfigurator .config-content {
  padding-bottom: clamp(12px, 100vw / 1600 * 20, 20px);
  padding-left: clamp(30px, 100vw / 1600 * 48, 48px);
}
.s-konfigurator .config-content p {
  margin: 0;
  color: #707070;
}
.s-konfigurator .config-footer {
  margin-top: clamp(20px, 100vw / 1600 * 35, 35px);
  border-top: 1px solid #d8d8d8;
  padding-top: clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-konfigurator .config-code {
  font-size: clamp(14px, 100vw / 1600 * 14, 14px);
  color: #707070;
  margin: 0;
  letter-spacing: 0.02em;
}
.s-konfigurator .config-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  font-weight: 600;
  color: #212124;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: clamp(8px, 100vw / 1600 * 10, 10px);
}
.s-konfigurator .config-download svg {
  flex-shrink: 0;
}
.s-konfigurator .config-download:hover {
  color: #ed1b28;
}
.s-konfigurator .config-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-konfigurator .config-price .price {
  font-size: clamp(28px, 100vw / 1600 * 40, 40px);
  font-weight: 700;
  color: #212124;
  line-height: 1;
}
.s-konfigurator .config-price .price-note {
  font-size: clamp(14px, 100vw / 1600 * 14, 14px);
  color: #707070;
  letter-spacing: 0.02em;
}
.s-konfigurator .config-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 576px) {
  .s-konfigurator .config-actions {
    flex-direction: column;
  }
  .s-konfigurator .config-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.s-mat-block {
  margin-top: clamp(40px, 100vw / 1600 * 90, 90px);
  margin-bottom: clamp(60px, 100vw / 1600 * 185, 185px);
}
.s-mat-block.s-mat-klimastar {
  margin-top: clamp(60px, 100vw / 1600 * 185, 185px);
  margin-bottom: clamp(60px, 100vw / 1600 * 217, 217px);
}
@media (max-width: 820px) {
  .s-mat-block .product-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.s-mat-block .chair-preview {
  flex-shrink: 0;
  width: clamp(160px, 100vw / 1600 * 364, 364px);
  position: relative;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: clamp(20px, 100vw / 1600 * 40, 40px);
}
.s-mat-block .chair-preview img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .s-mat-block .chair-preview {
    width: 200px;
  }
}
.s-mat-block h2 {
  color: #212124;
  margin: 0;
}
.s-mat-block .mat-group {
  padding-top: clamp(30px, 100vw / 1600 * 45, 45px);
}
.s-mat-block .mat-group h4 {
  color: #212124;
  margin: 0;
}
.s-mat-block .mat-group p {
  width: clamp(480px, 100vw / 1600 * 835, 835px);
  margin-top: clamp(8px, 100vw / 1600 * 10, 10px);
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .s-mat-block .mat-group p {
    width: auto;
  }
}
.s-mat-block .mat-group + .mat-group {
  margin-top: clamp(30px, 100vw / 1600 * 60, 60px);
}
.s-mat-block .color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 66px 40px;
  margin-top: clamp(20px, 100vw / 1600 * 55, 55px);
}
@media (max-width: 576px) {
  .s-mat-block .color-grid {
    gap: 12px;
  }
}
.s-mat-block .color-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.s-mat-block .color-option span {
  font-size: 16px;
  font-weight: 600;
  color: #212124;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.s-mat-block .color-swatch {
  width: clamp(65px, 100vw / 1600 * 127, 127px);
  height: clamp(65px, 100vw / 1600 * 127, 127px);
  border-radius: 0 0 22px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  flex-shrink: 0;
}
.s-mat-block .color-swatch.swatch-fabric::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/swatch-fabric.jpg") center/cover;
  opacity: 0.5;
}
.s-mat-block .color-swatch.swatch-fabric::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--swatch-color);
  mix-blend-mode: multiply;
}
@media (max-width: 576px) {
  .s-mat-block .color-swatch {
    width: 60px;
    height: 60px;
    border-radius: 0 0 14px 0;
  }
}
.s-mat-block .swatch-badge {
  position: absolute;
  bottom: 7px;
  right: 9px;
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 576px) {
  .s-mat-block .swatch-badge {
    width: 20px;
    height: 20px;
  }
}

.s-esd-hero {
  position: relative;
  background: url("../img/esd-hero-bg.jpg") center/cover no-repeat;
  min-height: clamp(350px, 100vw / 1600 * 600, 600px);
}
@media (max-width: 820px) {
  .s-esd-hero {
    background-position: right center;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .s-esd-hero {
    background-position: 70% center;
    background-size: cover;
  }
}
.s-esd-hero .container {
  position: relative;
}
.s-esd-hero .content-box {
  background: #ffed00;
  border-radius: 0 0 145px 0;
  margin-left: calc(-50vw + 50%);
  width: clamp(540px, 100vw / 1600 * 898, 898px);
  padding-top: clamp(90px, 100vw / 1600 * 210, 210px);
  padding-bottom: clamp(80px, 100vw / 1600 * 109, 109px);
  padding-right: clamp(30px, 100vw / 1600 * 140, 140px);
  padding-left: calc(50vw - 50% + 13px);
}
@media (max-width: 820px) {
  .s-esd-hero .content-box {
    width: 80%;
    max-width: 560px;
    padding-top: 120px;
    padding-bottom: 90px;
    padding-right: 40px;
    border-radius: 0 0 90px 0;
  }
}
@media (max-width: 576px) {
  .s-esd-hero .content-box {
    width: 92%;
    max-width: none;
    padding-top: 26px;
    padding-bottom: 33px;
    padding-right: 25px;
    border-radius: 0 0 60px 0;
  }
}
.s-esd-hero h1 {
  max-width: clamp(400px, 100vw / 1600 * 605, 605px);
  margin: 0;
}
@media (max-width: 820px) {
  .s-esd-hero h1 {
    max-width: none;
  }
}
.s-esd-hero p {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .s-esd-hero p {
    font-size: 16px;
  }
}

.s-esd-intro {
  margin-top: clamp(70px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(70px, 100vw / 1600 * 150, 150px);
}
.s-esd-intro .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 clamp(40px, 100vw / 1600 * 100, 100px);
}
@media (max-width: 992px) {
  .s-esd-intro .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-esd-intro .left {
  flex-shrink: 0;
  max-width: clamp(360px, 100vw / 1600 * 635, 635px);
}
@media (max-width: 992px) {
  .s-esd-intro .left {
    max-width: none;
  }
}
.s-esd-intro h2 {
  margin: 0;
}
.s-esd-intro p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.55;
  margin-top: clamp(25px, 100vw / 1600 * 50, 50px);
}
.s-esd-intro .right {
  position: relative;
  flex-shrink: 0;
  width: clamp(320px, 100vw / 1600 * 524, 524px);
}
@media (max-width: 992px) {
  .s-esd-intro .right {
    width: 100%;
    max-width: 524px;
    margin-top: 40px;
    align-self: center;
  }
}
@media (max-width: 576px) {
  .s-esd-intro .right {
    max-width: 100%;
  }
}
.s-esd-intro .chair-main {
  display: block;
  width: clamp(250px, 100vw / 1600 * 402, 402px);
}
@media (max-width: 576px) {
  .s-esd-intro .chair-main {
    width: 70%;
  }
}
.s-esd-intro .stool-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(160px, 100vw / 1600 * 276, 276px);
}
@media (max-width: 576px) {
  .s-esd-intro .stool-small {
    width: 48%;
  }
}

.s-esd-certifications {
  margin-top: clamp(70px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(70px, 100vw / 1600 * 150, 150px);
}
.s-esd-certifications .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 clamp(20px, 100vw / 1600 * 40, 40px);
  max-width: 83%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .s-esd-certifications .logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 30px;
  }
}
.s-esd-certifications img {
  display: block;
  width: auto;
  max-height: clamp(32px, 100vw / 1600 * 53, 53px);
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 576px) {
  .s-esd-certifications img {
    max-height: 38px;
  }
}
.s-esd-certifications .tuev {
  max-height: clamp(44px, 100vw / 1600 * 73, 73px);
}
@media (max-width: 576px) {
  .s-esd-certifications .tuev {
    max-height: 52px;
  }
}

.s-esd-products {
  background: #f4f4f2;
  padding-top: clamp(60px, 100vw / 1600 * 112, 112px);
  padding-bottom: clamp(60px, 100vw / 1600 * 120, 120px);
}
.s-esd-products h2 {
  margin: 0;
  margin-bottom: clamp(25px, 100vw / 1600 * 50, 50px);
}
.s-esd-products .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 100vw / 1600 * 60, 60px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 992px) {
  .s-esd-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .s-esd-products .products-grid {
    grid-template-columns: 1fr;
  }
}

.s-esd-materials {
  margin-top: clamp(70px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(70px, 100vw / 1600 * 150, 150px);
}
.s-esd-materials .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 clamp(40px, 100vw / 1600 * 100, 100px);
}
@media (max-width: 992px) {
  .s-esd-materials .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-esd-materials .left {
  flex-shrink: 0;
  max-width: clamp(360px, 100vw / 1600 * 635, 635px);
}
@media (max-width: 992px) {
  .s-esd-materials .left {
    max-width: none;
  }
}
.s-esd-materials h3 {
  color: #212124;
  margin: 0;
  margin-bottom: clamp(22px, 100vw / 1600 * 40, 40px);
}
.s-esd-materials p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.55;
  margin: 0;
}
.s-esd-materials p + p {
  margin-top: clamp(12px, 100vw / 1600 * 18, 18px);
}
.s-esd-materials sup {
  font-size: 0.7em;
  vertical-align: super;
  line-height: 0;
}
.s-esd-materials .right {
  flex-shrink: 0;
  width: clamp(320px, 100vw / 1600 * 524, 524px);
}
@media (max-width: 992px) {
  .s-esd-materials .right {
    width: 100%;
    max-width: 524px;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .s-esd-materials .right {
    max-width: 100%;
  }
}
.s-esd-materials .photo-wrap {
  width: 100%;
  overflow: hidden;
}
.s-esd-materials .photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.s-related {
  margin-top: clamp(60px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-related h2 {
  font-size: clamp(24px, 100vw / 1600 * 35, 35px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin: 0;
  margin-bottom: clamp(35px, 100vw / 1600 * 55, 55px);
}
.s-related .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 100vw / 1600 * 40, 40px) clamp(20px, 100vw / 1600 * 40, 40px);
}
@media (max-width: 820px) {
  .s-related .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .s-related .cards {
    grid-template-columns: 1fr;
  }
}
.s-related .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #212124;
  text-decoration: none;
}
.s-related .img {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 415/224;
  overflow: hidden;
}
.s-related .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-related .img .placeholder {
  width: 100%;
  height: 100%;
  background: #979797;
}
.s-related .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f4f4f2;
  padding: clamp(30px, 100vw / 1600 * 60, 60px) clamp(30px, 100vw / 1600 * 60, 60px) clamp(30px, 100vw / 1600 * 60, 60px) clamp(30px, 100vw / 1600 * 60, 60px);
}
@media (max-width: 576px) {
  .s-related .text {
    padding: 30px;
  }
}
.s-related h4 {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0;
}
.s-related p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin-top: clamp(20px, 100vw / 1600 * 25, 25px);
  margin-bottom: clamp(10px, 100vw / 1600 * 23, 23px);
}
.s-related .more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  margin-top: auto;
}
.s-related .more svg {
  flex-shrink: 0;
}

.s-service-intro {
  margin-top: clamp(34px, 100vw / 1600 * 125, 125px);
  margin-bottom: clamp(39px, 100vw / 1600 * 120, 120px);
}

.s-service-certifications {
  margin-top: clamp(53px, 100vw / 1600 * 120, 120px);
  margin-bottom: clamp(78px, 100vw / 1600 * 129, 129px);
}
.s-service-certifications .badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, 100vw / 1600 * 20, 20px) clamp(10px, 100vw / 1600 * 20, 20px);
}
@media (max-width: 576px) {
  .s-service-certifications .badges {
    gap: 10px 15px;
  }
}
@media (max-width: 576px) {
  .s-service-certifications .badge {
    width: calc(50% - 8px);
  }
}
.s-service-certifications .badge {
  width: clamp(122px, 100vw / 1600 * 170, 170px);
  height: auto;
  display: block;
  flex-shrink: 0;
}

.s-quality-text .inner {
  align-items: center;
}
.s-quality-text .img-side {
  background: #d8d8d8;
}
@media (max-width: 992px) {
  .s-quality-text .img-side {
    display: none;
  }
}

.s-werksitz-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  background: var(--hero-bg) center/cover no-repeat;
  height: clamp(500px, 100vw / 1600 * 778, 778px);
}
.s-werksitz-hero .bg-mob {
  display: none;
}
@media (max-width: 576px) {
  .s-werksitz-hero {
    height: auto;
    padding-bottom: 350px;
    background-image: none;
  }
  .s-werksitz-hero .bg-mob {
    display: block;
    position: absolute;
    top: 136px;
    width: 100%;
    height: 407px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }
}
@media screen and (max-width: 450px) {
  .s-werksitz-hero .bg-mob {
    top: 236px;
  }
}
.s-werksitz-hero .content-box {
  width: clamp(250px, 100vw / 1600 * 898, 898px);
  flex-shrink: 0;
  background: #7e1518;
  border-radius: 0 0 145px 0;
  padding: clamp(80px, 100vw / 1600 * 200, 200px) clamp(40px, 100vw / 1600 * 140, 140px) clamp(80px, 100vw / 1600 * 130, 130px) clamp(32px, 100vw / 1600 * 153, 153px);
}
@media (max-width: 820px) {
  .s-werksitz-hero .content-box {
    padding: 135px 32px 34px 32px;
    border-radius: 0 0 60px 0;
  }
}
@media (max-width: 576px) {
  .s-werksitz-hero .content-box {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .s-werksitz-hero .content-box {
    padding: 122px 32px 34px 32px;
  }
}
.s-werksitz-hero h1 {
  font-size: clamp(30px, 100vw / 1600 * 70, 70px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
  max-width: clamp(260px, 100vw / 1600 * 605, 605px);
}
@media (max-width: 576px) {
  .s-werksitz-hero h1 {
    font-size: 36px;
    max-width: none;
  }
}
.s-werksitz-hero h1 span {
  color: #ed1b28;
  display: block;
}

.s-timeline {
  margin-top: clamp(80px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
}
.s-timeline .inner {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(50px, 100vw / 1600 * 127, 127px);
}
@media (max-width: 992px) {
  .s-timeline .inner {
    flex-direction: column;
    gap: 50px;
  }
}
.s-timeline .left {
  width: clamp(280px, 100vw / 1600 * 525, 525px);
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .s-timeline .left {
    width: 100%;
  }
}
.s-timeline .left h2 {
  margin-top: 0;
  color: #7e1518;
}
.s-timeline .left h2 span {
  color: #ed1b28;
}
@media (max-width: 576px) {
  .s-timeline .left h2 {
    font-size: 35px;
  }
}
.s-timeline .left p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  color: #212124;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin-top: clamp(20px, 100vw / 1600 * 35, 35px);
  margin-bottom: 0;
}
.s-timeline .person-box {
  margin-top: clamp(30px, 100vw / 1600 * 65, 65px);
  width: clamp(200px, 100vw / 1600 * 305, 305px);
  position: relative;
}
@media (max-width: 576px) {
  .s-timeline .person-box {
    width: 100%;
  }
}
.s-timeline .person-box img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-timeline .person-box .img-mobile {
  display: none;
}
@media (max-width: 576px) {
  .s-timeline .person-box .img-mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .s-timeline .person-box .img-desktop {
    display: none;
  }
}
.s-timeline .right {
  flex: 1;
  min-width: 0;
}
.s-timeline .timeline {
  position: relative;
}
.s-timeline .timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 7px;
  width: 2px;
  background: #f4f4f2;
}
.s-timeline .item {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(30px, 100vw / 1600 * 30, 30px);
}
@media (max-width: 576px) {
  .s-timeline .item {
    gap: 25px;
  }
}
.s-timeline .item + .item {
  margin-top: clamp(40px, 100vw / 1600 * 40, 40px);
}
.s-timeline .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7e1518;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.s-timeline .content {
  flex: 1;
  min-width: 0;
}
.s-timeline .year {
  display: block;
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 700;
  color: #ed1b28;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.s-timeline h3 {
  font-size: clamp(28px, 100vw / 1600 * 35, 35px);
  font-weight: 700;
  color: #7e1518;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-top: clamp(5px, 100vw / 1600 * 10, 10px);
  margin-bottom: 0;
}
.s-timeline .content p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  color: #212124;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin-top: clamp(8px, 100vw / 1600 * 15, 15px);
  margin-bottom: 0;
}

.s-werksitz-gallery {
  margin-top: clamp(80px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(80px, 100vw / 1600 * 150, 150px);
}

.s-highlights {
  margin-top: clamp(70px, 100vw / 1600 * 120, 120px);
  margin-bottom: clamp(70px, 100vw / 1600 * 150, 150px);
  overflow: hidden;
}
.s-highlights h2 {
  margin-bottom: clamp(30px, 100vw / 1600 * 60, 60px);
}
.s-highlights .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(25px, 100vw / 1600 * 25, 25px) clamp(25px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-highlights .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .s-highlights .cards {
    grid-template-columns: minmax(0, 1fr);
  }
}
.s-highlights .card {
  background: #f4f4f2;
  border-radius: 0 0 60px 0;
  position: relative;
  padding-top: clamp(50px, 100vw / 1600 * 78, 78px);
  padding-bottom: clamp(30px, 100vw / 1600 * 50, 50px);
  padding-left: clamp(20px, 100vw / 1600 * 40, 40px);
  padding-right: clamp(40px, 100vw / 1600 * 40, 40px);
  height: clamp(305px, 100vw / 1600 * 305, 305px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .s-highlights .card {
    border-radius: 0 0 40px 0;
    padding-left: 40px;
  }
}
.s-highlights .card .icon {
  position: absolute;
  top: clamp(30px, 100vw / 1600 * 30, 30px);
  right: clamp(30px, 100vw / 1600 * 30, 30px);
}
@media (max-width: 576px) {
  .s-highlights .card .icon {
    right: 42px;
  }
}
.s-highlights .card .icon img {
  width: clamp(56px, 100vw / 1600 * 56, 56px);
  height: auto;
  display: block;
}
.s-highlights .card p {
  margin: 0;
}
.s-highlights .card p span {
  font-size: clamp(30px, 100vw / 1600 * 30, 30px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #7e1518;
  display: block;
}
.s-highlights .card p strong {
  font-size: clamp(50px, 100vw / 1600 * 50, 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #7e1518;
  display: block;
}
.s-highlights .card:nth-child(1) span {
  white-space: nowrap;
}
.s-highlights .card-red {
  background: #ed1b28;
}
.s-highlights .card-red p span,
.s-highlights .card-red p strong {
  color: #ffffff;
}

.s-karriere-hero {
  background: url("../img/karriere-hero-bg.jpg") center/cover no-repeat;
  height: clamp(466px, 48.5vw, 776px);
}
.s-karriere-hero::before {
  background-color: #7e1518;
  height: 68.4%;
}
@media (max-width: 576px) {
  .s-karriere-hero::before {
    height: 54.4%;
  }
}
.s-karriere-hero h1 span {
  color: #ed1b28;
}

.s-karriere-photos {
  margin-top: clamp(40px, 100vw / 1600 * 75, 75px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-karriere-photos .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 100vw / 1600 * 25, 25px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-karriere-photos .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .s-karriere-photos .grid {
    grid-template-columns: 1fr;
  }
}
.s-karriere-photos .photo {
  aspect-ratio: 415/259;
  overflow: hidden;
}
.s-karriere-photos .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.s-testen-hero {
  background-image: url("../img/testen-hero-bg.jpg");
  height: clamp(466px, 48.5vw, 776px);
}
.s-testen-hero::before {
  background-color: #7e1518;
  height: clamp(280px, 37.5vw, 600px);
}
.s-testen-hero h1 span {
  color: #ed1b28;
}

.s-testen-nav {
  margin-top: clamp(50px, 100vw / 1600 * 120, 120px);
  margin-bottom: clamp(80px, 100vw / 1600 * 180, 180px);
}
.s-testen-nav .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 100vw / 1600 * 25, 25px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-testen-nav .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .s-testen-nav .cards {
    grid-template-columns: 1fr;
  }
}
.s-testen-nav .card {
  background: #f4f4f2;
  border-radius: 0 0 60px 0;
  padding: clamp(35px, 100vw / 1600 * 60, 60px) clamp(30px, 100vw / 1600 * 60, 60px) clamp(35px, 100vw / 1600 * 50, 50px) clamp(30px, 100vw / 1600 * 60, 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(150px, 100vw / 1600 * 247, 247px);
  color: #212124;
  text-decoration: none;
  transition: opacity 0.3s;
}
.s-testen-nav .card:hover {
  opacity: 0.8;
}
.s-testen-nav h3 {
  font-size: clamp(22px, 100vw / 1600 * 35, 35px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
}
.s-testen-nav .more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #212124;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: clamp(15px, 100vw / 1600 * 30, 30px);
}

.s-testen-showrooms {
  margin-bottom: clamp(80px, 100vw / 1600 * 244, 244px);
}
.s-testen-showrooms h2 {
  width: clamp(100%px, 100vw / 1600 * 855, 855px);
  margin: 0;
}
.s-testen-showrooms .intro-text {
  width: clamp(427.5px, 100vw / 1600 * 855, 855px);
  margin-top: clamp(15px, 100vw / 1600 * 30, 30px);
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .s-testen-showrooms .intro-text {
    width: auto;
  }
}
.s-testen-showrooms .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 100vw / 1600 * 25, 25px) clamp(15px, 100vw / 1600 * 25, 25px);
  margin-top: clamp(40px, 100vw / 1600 * 74, 74px);
}
@media (max-width: 820px) {
  .s-testen-showrooms .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .s-testen-showrooms .cards {
    grid-template-columns: 1fr;
  }
}
.s-testen-showrooms .card {
  background: #f4f4f2;
  border-radius: 0 0 60px 0;
  display: flex;
  flex-direction: column;
}
.s-testen-showrooms .card-photo {
  height: clamp(200px, 100vw / 1600 * 300, 300px);
  flex-shrink: 0;
  overflow: hidden;
}
.s-testen-showrooms .card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .s-testen-showrooms .card-photo {
    height: 220px;
  }
}
.s-testen-showrooms .card-content {
  padding: clamp(25px, 100vw / 1600 * 31, 31px) clamp(20px, 100vw / 1600 * 30, 30px) clamp(30px, 100vw / 1600 * 50, 50px) clamp(20px, 100vw / 1600 * 30, 30px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.s-testen-showrooms h3 {
  font-size: clamp(22px, 100vw / 1600 * 35, 35px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
  margin-bottom: clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-testen-showrooms .card-details p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
}
.s-testen-showrooms .card-details p + p {
  margin-top: clamp(8px, 100vw / 1600 * 10, 10px);
}
.s-testen-showrooms .card-hours,
.s-testen-showrooms .card-notice {
  margin-top: clamp(15px, 100vw / 1600 * 30, 30px);
}
.s-testen-showrooms .card-hours h5,
.s-testen-showrooms .card-notice h5 {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0 0 8px;
}
.s-testen-showrooms .card-hours p,
.s-testen-showrooms .card-notice p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
}

.s-test-form {
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-test-form .intro {
  width: clamp(427.5px, 100vw / 1600 * 855, 855px);
  margin-bottom: clamp(50px, 100vw / 1600 * 100, 100px);
}
@media (max-width: 820px) {
  .s-test-form .intro {
    width: auto;
  }
}
.s-test-form .intro h2 {
  margin: 0;
}
.s-test-form .intro p {
  margin-top: clamp(15px, 100vw / 1600 * 42, 42px);
  margin-bottom: 0;
}
.s-test-form .form-layout {
  display: flex;
  gap: 0 clamp(0px, 100vw / 1600 * 60, 60px);
  align-items: flex-start;
}
@media (max-width: 992px) {
  .s-test-form .form-layout {
    flex-direction: column;
    gap: 40px;
  }
}
.s-test-form .form-main {
  flex: 1;
  min-width: 0;
}
.s-test-form .form-sidebar {
  width: clamp(220px, 100vw / 1600 * 380, 380px);
  flex-shrink: 0;
  background: #7e1518;
  border-radius: 0 0 60px 0;
  padding: clamp(35px, 100vw / 1600 * 60, 60px) clamp(30px, 100vw / 1600 * 60, 60px) clamp(35px, 100vw / 1600 * 60, 60px) clamp(30px, 100vw / 1600 * 60, 60px);
}
@media (max-width: 992px) {
  .s-test-form .form-sidebar {
    width: 100%;
  }
}
.s-test-form .form-sidebar h3 {
  color: #ffffff;
  margin: 0;
}
.s-test-form .form-sidebar h3 span {
  color: #ed1b28;
}
.s-test-form .sidebar-contacts {
  margin-top: clamp(20px, 100vw / 1600 * 55, 55px);
}
.s-test-form .sidebar-contacts a {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  color: #ffffff;
  display: block;
  letter-spacing: 0.03em;
  line-height: 1.1;
  transition: opacity 0.3s;
}
.s-test-form .sidebar-contacts a + a {
  margin-top: 12px;
}
.s-test-form .sidebar-contacts a:hover {
  opacity: 0.7;
}
.s-test-form .sidebar-text {
  margin-top: clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-test-form .sidebar-text p {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.03em;
}
.s-test-form .sidebar-text p + p {
  margin-top: 10px;
}
.s-test-form .form-group {
  margin-bottom: clamp(30px, 100vw / 1600 * 50, 50px);
}
.s-test-form .form-group h4 {
  margin: 0;
  margin-bottom: clamp(20px, 100vw / 1600 * 30, 30px);
}
.s-test-form .fields-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 100vw / 1600 * 10, 10px) clamp(15px, 100vw / 1600 * 10, 10px);
}
@media (max-width: 576px) {
  .s-test-form .fields-row {
    grid-template-columns: 1fr;
  }
}
.s-test-form .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-test-form label {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  display: block;
}
.s-test-form .input-wrap {
  position: relative;
}
.s-test-form .input-wrap .hint {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(calc(27.5px - 50%));
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 500;
  color: #707070;
  pointer-events: none;
  transition: transform 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  will-change: transform;
  line-height: 1;
  white-space: nowrap;
}
.s-test-form .input-wrap input:not(:-moz-placeholder-shown) ~ .hint, .s-test-form .input-wrap .wpcf7-form-control-wrap:has(input:not(:-moz-placeholder-shown)) ~ .hint {
  transform: translateY(-14px);
  font-size: 12px;
  color: #212124;
  background: white;
  padding: 8px 7px;
}
.s-test-form .input-wrap input:focus ~ .hint,
.s-test-form .input-wrap input:not(:placeholder-shown) ~ .hint,
.s-test-form .input-wrap .wpcf7-form-control-wrap:has(input:focus) ~ .hint,
.s-test-form .input-wrap .wpcf7-form-control-wrap:has(input:not(:placeholder-shown)) ~ .hint {
  transform: translateY(-14px);
  font-size: 12px;
  color: #212124;
  background: white;
  padding: 8px 7px;
}
.s-test-form input[type=text],
.s-test-form input[type=email] {
  width: 100%;
  height: 55px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 16px 30px 0;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  color: #212124;
  letter-spacing: 0.02em;
  background: transparent;
  transition: border-color 0.3s;
  display: block;
}
.s-test-form input[type=text]::-moz-placeholder, .s-test-form input[type=email]::-moz-placeholder {
  opacity: 0;
}
.s-test-form input[type=text]::placeholder,
.s-test-form input[type=email]::placeholder {
  opacity: 0;
}
.s-test-form input[type=text]:focus,
.s-test-form input[type=email]:focus {
  outline: none;
  border-color: #212124;
}
.s-test-form .select-wrap {
  position: relative;
}
.s-test-form .select-wrap select {
  width: 100%;
  height: 55px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 0 50px 0 30px;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.02em;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s;
  display: block;
}
.s-test-form .select-wrap select:focus {
  outline: none;
  border-color: #212124;
}
.s-test-form .select-wrap::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L6.5 6L1 1' stroke='%23212124' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none;
}
.s-test-form .checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.s-test-form .checkbox-wrap input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  transition: background 0.2s;
  background-position: center;
}
.s-test-form .checkbox-wrap input[type=checkbox]:checked {
  background: #212124;
  border-color: #212124;
  background: url("../img/check-icon.svg") no-repeat center;
  background-size: 80%;
}
.s-test-form .checkbox-wrap span {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 500;
  line-height: 1.55;
  color: #212124;
  letter-spacing: 0.02em;
  max-width: 564px;
}
.s-test-form .checkbox-wrap span a {
  color: #212124;
  border-bottom: 1px solid #212124;
  padding-bottom: 2px;
}
.s-test-form .checkbox-wrap span a:hover {
  color: #ed1b28;
}
.s-test-form .form-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 100vw / 1600 * 30, 30px) 0;
  margin-top: clamp(20px, 100vw / 1600 * 40, 40px);
}
.s-test-form .form-footer .btn {
  margin-top: clamp(35px, 100vw / 1600 * 75, 75px);
}
.s-test-form .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media (max-width: 576px) {
  .s-test-form .footer-row {
    flex-direction: column;
  }
}
.s-test-form .required-note {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  color: #212124;
  letter-spacing: 0.02em;
  margin: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.s-test-form .btn {
  width: auto;
}
.s-test-form .form-success {
  display: none;
}
.s-test-form .form-success h4 {
  font-weight: 700;
  color: #212124;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0;
}

.s-ergonomie-hero {
  height: clamp(360px, 37.5vw, 600px);
  background-image: url("../img/ergonomie-hero-bg.jpg");
}
.s-ergonomie-hero::before {
  background-color: #7e1518;
  height: 74%;
}
.s-ergonomie-hero h1 span {
  color: #ed1b28;
}
@media (max-width: 820px) {
  .s-ergonomie-hero {
    height: auto;
  }
}

.s-text-content {
  margin-top: clamp(60px, 100vw / 1600 * 133, 133px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-text-content h2 {
  margin-bottom: clamp(40px, 100vw / 1600 * 47, 47px);
}
.s-text-content .text-block {
  width: clamp(480px, 100vw / 1600 * 930, 930px);
}
@media (max-width: 820px) {
  .s-text-content .text-block {
    width: auto;
  }
}
.s-text-content .text-block + .text-block {
  margin-top: clamp(30px, 100vw / 1600 * 38, 38px);
}
.s-text-content .text-block h4 {
  margin: 0;
  margin-bottom: clamp(15px, 100vw / 1600 * 25, 25px);
}
.s-text-content .text-block p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #212124;
  margin: 0;
}
.s-text-content .text-block p + p {
  margin-top: clamp(10px, 100vw / 1600 * 15, 15px);
}

.s-ergonomie-split {
  margin-top: clamp(50px, 100vw / 1600 * 100, 100px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-ergonomie-split .inner {
  display: flex;
  gap: 0 clamp(20px, 100vw / 1600 * 25, 25px);
  align-items: center;
}
@media (max-width: 820px) {
  .s-ergonomie-split .inner {
    flex-direction: column;
    gap: 40px;
  }
}
.s-ergonomie-split .left {
  flex: 1;
  min-width: 0;
}
.s-ergonomie-split .left h2 {
  margin-bottom: clamp(40px, 100vw / 1600 * 47, 47px);
}
.s-ergonomie-split .left p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #212124;
  margin-top: clamp(12px, 100vw / 1600 * 20, 20px);
  margin-bottom: 0;
}
.s-ergonomie-split .right {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.s-ergonomie-split .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  min-height: clamp(280px, 100vw / 1600 * 553, 553px);
}
@media (max-width: 820px) {
  .s-ergonomie-split .right img {
    min-height: 300px;
    height: 300px;
  }
}

.s-leitfaden-hero {
  height: clamp(360px, 37.5vw, 600px);
  background-image: url("../img/leitfaden-hero-bg.jpg");
}
.s-leitfaden-hero::before {
  background-color: #7e1518;
  height: 74%;
}
.s-leitfaden-hero h1 span {
  color: #ed1b28;
}
@media (max-width: 820px) {
  .s-leitfaden-hero {
    height: auto;
  }
}

.s-sitting-guide {
  margin-top: clamp(60px, 100vw / 1600 * 136, 136px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-sitting-guide h3 {
  margin-bottom: clamp(35px, 100vw / 1600 * 55, 55px);
}
.s-sitting-guide .guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 100vw / 1600 * 54, 54px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-sitting-guide .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .s-sitting-guide .guide-grid {
    grid-template-columns: 1fr;
  }
}
.s-sitting-guide .guide-item {
  display: flex;
  flex-direction: column;
}
.s-sitting-guide .guide-img {
  background: #f4f4f2;
  aspect-ratio: 415/428;
  overflow: hidden;
}
.s-sitting-guide .guide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-sitting-guide p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #212124;
  margin-top: clamp(12px, 100vw / 1600 * 20, 20px);
  margin-bottom: 0;
}

.s-video-guide {
  margin-top: clamp(60px, 100vw / 1600 * 150, 150px);
  margin-bottom: clamp(60px, 100vw / 1600 * 150, 150px);
}
.s-video-guide h3 {
  margin: 0;
  margin-bottom: clamp(35px, 100vw / 1600 * 85, 85px);
}
.s-video-guide .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 100vw / 1600 * 25, 25px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 820px) {
  .s-video-guide .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .s-video-guide .cards {
    grid-template-columns: 1fr;
  }
}
.s-video-guide .card {
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s;
}
.s-video-guide .card:hover {
  opacity: 0.85;
}
.s-video-guide .card img {
  width: 100%;
  height: auto;
  display: block;
}

.s-news-grid {
  margin-top: clamp(50px, 100vw / 1600 * 100, 100px);
  margin-bottom: clamp(60px, 100vw / 1600 * 113, 113px);
}
.s-news-grid h2 {
  margin-bottom: clamp(25px, 100vw / 1600 * 50, 50px);
}
.s-news-grid .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 100vw / 1600 * 61, 61px) clamp(15px, 100vw / 1600 * 30, 30px);
}
@media (max-width: 820px) {
  .s-news-grid .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .s-news-grid .cards {
    grid-template-columns: 1fr;
  }
}
.s-news-grid .item {
  display: flex;
  flex-direction: column;
  background: #f4f4f2;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.s-news-grid .item:hover {
  opacity: 0.85;
}
.s-news-grid .item-img {
  aspect-ratio: 415/259;
  overflow: hidden;
  flex-shrink: 0;
}
.s-news-grid .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.s-news-grid .item-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(20px, 100vw / 1600 * 60, 60px) clamp(20px, 100vw / 1600 * 57, 57px) clamp(20px, 100vw / 1600 * 53, 53px) clamp(20px, 100vw / 1600 * 58, 58px);
}
.s-news-grid .item-card h4 {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  margin: 0;
}
.s-news-grid .item-card p {
  margin-top: clamp(8px, 100vw / 1600 * 26, 26px);
  margin-bottom: 0;
  flex: 1;
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
}
.s-news-grid .item-card .more {
  margin-top: auto;
  padding-top: clamp(14px, 100vw / 1600 * 20, 20px);
  display: flex;
  align-items: center;
  gap: 0 clamp(6px, 100vw / 1600 * 8, 8px);
  color: #212124;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  transition: opacity 0.2s;
}
.s-news-grid .item-card .more:hover {
  opacity: 0.7;
}
.s-news-grid .load-more {
  text-align: center;
  margin-top: clamp(30px, 100vw / 1600 * 60, 60px);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0 clamp(8px, 100vw / 1600 * 10, 10px);
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  text-decoration: none;
  transition: opacity 0.2s;
}
.back-link:hover {
  opacity: 0.7;
}

.s-article-header {
  margin-top: clamp(60px, 100vw / 1600 * 116, 116px);
}
.s-article-header h1 {
  margin-top: clamp(15px, 100vw / 1600 * 40, 40px);
}
.s-article-header .date {
  margin-top: clamp(10px, 100vw / 1600 * 15, 15px);
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  color: #707070;
  margin-bottom: 0;
}

.s-article-banner {
  margin-top: clamp(30px, 100vw / 1600 * 36, 36px);
}
.s-article-banner figure {
  margin: 0;
  width: clamp(560px, 100vw / 1600 * 855, 855px);
}
@media (max-width: 820px) {
  .s-article-banner figure {
    width: auto;
  }
}
.s-article-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.s-article-banner figcaption {
  margin-top: clamp(12px, 100vw / 1600 * 15, 15px);
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  font-weight: 600;
}

.s-article-body {
  margin-top: clamp(40px, 100vw / 1600 * 105, 105px);
}
.s-article-body h3 {
  font-size: clamp(24px, 100vw / 1600 * 35, 35px);
  font-weight: 700;
  width: clamp(100%px, 100vw / 1600 * 945, 945px);
  margin: 0;
  margin-bottom: clamp(12px, 100vw / 1600 * 46, 46px);
}
.s-article-body p + h3 {
  margin-top: clamp(40px, 100vw / 1600 * 81, 81px);
}
.s-article-body p {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  width: clamp(428px, 100vw / 1600 * 856, 856px);
  margin-top: clamp(8px, 100vw / 1600 * 10, 10px);
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .s-article-body p {
    width: auto;
  }
}
.s-article-body ul {
  width: clamp(100%px, 100vw / 1600 * 855, 855px);
  margin-top: clamp(20px, 100vw / 1600 * 30, 30px);
  padding-left: 15px;
  list-style: disc;
}
@media (max-width: 820px) {
  .s-article-body ul {
    width: auto;
  }
}
.s-article-body ul li {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  margin-bottom: clamp(6px, 100vw / 1600 * 10, 10px);
  line-height: 1.55;
}
.s-article-body .btn {
  margin-top: clamp(30px, 100vw / 1600 * 38, 38px);
}

.s-article-gallery {
  margin-top: clamp(50px, 100vw / 1600 * 121, 121px);
}
.s-article-gallery .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(15px, 100vw / 1600 * 25, 25px) clamp(15px, 100vw / 1600 * 25, 25px);
}
@media (max-width: 576px) {
  .s-article-gallery .row {
    grid-template-columns: 1fr;
  }
}
.s-article-gallery .row + .row {
  margin-top: clamp(10px, 100vw / 1600 * 23, 23px);
}
.s-article-gallery figure {
  margin: 0;
}
.s-article-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.s-article-gallery figcaption {
  margin-top: clamp(12px, 100vw / 1600 * 12, 12px);
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  font-weight: 600;
}

.s-article-back {
  margin-top: clamp(40px, 100vw / 1600 * 120, 120px);
  margin-bottom: clamp(60px, 100vw / 1600 * 125, 125px);
}
.s-article-back hr {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin: 0;
}
.s-article-back .back-link {
  margin-top: clamp(30px, 100vw / 1600 * 60, 60px);
  display: inline-flex;
}

.overflow_body {
  overflow: hidden;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.header-main .header-card {
  background: #ffffff;
  border-radius: 0 0 22px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header-main .header-nav {
  height: clamp(80px, 100vw / 1600 * 100, 100px);
}
.header-main .header-nav .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .header-main .header-nav .container {
    justify-content: space-between;
  }
}
.header-main .header-logo {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.header-main .header-logo img {
  width: clamp(202px, 100vw / 1600 * 282, 282px);
  display: block;
}
.header-main .main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  left: -50px;
}
.header-main .main-nav > ul {
  display: flex;
  align-items: center;
  gap: 0 clamp(25px, 100vw / 1600 * 40, 40px);
}
.header-main .main-nav a {
  font-size: clamp(16px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: 0.2s;
}
.header-main .main-nav a:hover, .header-main .main-nav a.is-active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 992px) {
  .header-main .main-nav {
    display: none;
  }
}
.header-main .header-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 clamp(16px, 100vw / 1600 * 40, 40px);
}
.header-main .lang-switcher {
  position: relative;
}
.header-main .lang-btn {
  display: flex;
  align-items: center;
  gap: clamp(5px, 100vw / 1600 * 14, 14px);
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .header-main .lang-btn {
    font-size: 18px;
  }
}
.header-main .lang-btn svg {
  flex-shrink: 0;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .header-main .lang-btn svg {
    width: 15px;
  }
}
.header-main .lang-btn span {
  transition: 0.2s;
}
.header-main .lang-btn:hover span, .header-main .lang-btn.is-active span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.header-main .hamburger-btn {
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}
.header-main .hamburger-btn svg path {
  transition: stroke 0.2s;
}
.header-main .hamburger-btn:hover svg path {
  stroke: #707070;
}
@media (max-width: 992px) {
  .header-main .hamburger-btn {
    display: flex;
  }
}

@keyframes megaFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mega-divider {
  height: 1px;
  background: #d8d8d8;
}

.mega-menu {
  display: none;
  padding: 0 clamp(25px, 100vw / 1600 * 154, 154px) clamp(25px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 154, 154px);
}
.mega-menu.is-open {
  display: block;
}
.mega-menu .mega-divider {
  margin-bottom: clamp(20px, 100vw / 1600 * 30, 30px);
}
.mega-menu .mega-body {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(30px, 100vw / 1600 * 60, 60px);
}
.mega-menu .mega-col-primary {
  width: clamp(150px, 100vw / 1600 * 200, 200px);
  flex-shrink: 0;
}
.mega-menu .mega-label {
  display: block;
  font-size: clamp(12px, 100vw / 1600 * 14, 14px);
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.02em;
  margin-bottom: clamp(10px, 100vw / 1600 * 14, 14px);
}
.mega-menu .mega-col-primary ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(16px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.mega-menu .mega-col-primary ul li a svg {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.mega-menu .mega-col-primary ul li a:hover {
  background: #f4f4f2;
}
.mega-menu .mega-col-primary ul li.is-active > a {
  font-weight: 700;
  background: #f4f4f2;
}
.mega-menu .mega-col-primary ul li.is-active > a svg {
  opacity: 1;
}
.mega-menu .mega-sub {
  display: none;
  flex: 1;
  align-items: stretch;
  gap: 0 clamp(30px, 100vw / 1600 * 50, 50px);
}
.mega-menu .mega-sub.is-active {
  display: flex;
  animation: megaFadeIn 0.2s ease forwards;
}
.mega-menu .mega-sub .mega-col {
  flex-shrink: 0;
  width: clamp(150px, 100vw / 1600 * 200, 200px);
}
.mega-menu .mega-sub .mega-col ul li a {
  display: block;
  font-size: clamp(16px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  padding: 7px 0;
  transition: color 0.2s;
}
.mega-menu .mega-sub .mega-col ul li a:hover {
  color: #ed1b28;
}
.mega-menu .mega-sub .mega-img {
  flex: 1;
  min-height: clamp(150px, 100vw / 1600 * 220, 220px);
}
.mega-menu .mega-sub .mega-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 0 60px;
  display: block;
}

.lang-panel {
  display: none;
  padding: 0 clamp(25px, 100vw / 1600 * 154, 154px) clamp(20px, 100vw / 1600 * 30, 30px) clamp(25px, 100vw / 1600 * 154, 154px);
}
.lang-panel.is-open {
  display: block;
}
.lang-panel .mega-divider {
  margin-bottom: clamp(15px, 100vw / 1600 * 20, 20px);
}
.lang-panel .lang-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 clamp(20px, 100vw / 1600 * 30, 30px);
}
.lang-panel .lang-list a {
  font-size: clamp(16px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  position: relative;
  color: #212124;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.lang-panel .lang-list a.is-active {
  font-weight: 700;
}
.lang-panel .lang-list a.is-active::before {
  content: "";
  background: url("../img/check-icon.svg") no-repeat center center;
  display: block;
  width: 15px;
  height: 13px;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: 7px;
}
.lang-panel .lang-list a:hover {
  color: #707070;
}

.burger-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  display: flex;
  align-items: stretch;
}
.burger-overlay.is-open {
  pointer-events: auto;
}
.burger-overlay.is-open .burger-panel {
  transform: translateX(0);
  opacity: 1;
}
.burger-overlay.is-open .burger-backdrop {
  opacity: 1;
}

.burger-close {
  position: fixed;
  z-index: 1002;
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  pointer-events: auto;
}
.burger-close svg path {
  transition: stroke 0.2s;
}
.burger-close:hover svg path {
  stroke: #707070;
}

body.burger-open .burger-close {
  display: flex;
}

.burger-backdrop {
  flex: 1;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.burger-panel {
  flex-shrink: 0;
  width: clamp(300px, 100vw / 1600 * 528, 528px);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  z-index: 1;
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.3s, opacity 0.3s;
}

.burger-panel-top {
  flex-shrink: 0;
  height: clamp(100px, 100vw / 1600 * 160, 160px);
  display: flex;
  align-items: center;
  padding: 0 clamp(25px, 100vw / 1600 * 50, 50px) 0 clamp(25px, 100vw / 1600 * 50, 50px);
}
.burger-panel-top .header-logo img {
  height: clamp(40px, 100vw / 1600 * 70, 70px);
  width: auto;
  display: block;
}
@media (max-width: 992px) {
  .burger-panel-top {
    display: none;
  }
}

body.burger-open .header-main {
  z-index: 999;
}
@media (max-width: 992px) {
  body.burger-open .header-main {
    z-index: 1001;
  }
}

.burger-nav {
  flex: 1;
  overflow-y: auto;
  padding: clamp(10px, 100vw / 1600 * 10, 10px) clamp(25px, 100vw / 1600 * 50, 50px) clamp(20px, 100vw / 1600 * 30, 30px) clamp(25px, 100vw / 1600 * 50, 50px);
}
.burger-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(16px, 100vw / 1600 * 18, 18px);
  font-weight: 700;
  color: #212124;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}
.burger-nav ul li a svg {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.burger-nav ul li a:hover {
  background: #f4f4f2;
}
.burger-nav ul li.is-active > a {
  background: #f4f4f2;
}
.burger-nav ul li.is-active > a svg {
  opacity: 1;
}

.burger-secondary {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: clamp(15px, 100vw / 1600 * 20, 20px) clamp(25px, 100vw / 1600 * 50, 50px) clamp(25px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 50, 50px);
}
.burger-secondary a {
  font-size: clamp(14px, 100vw / 1600 * 16, 16px);
  font-weight: 500;
  color: #212124;
  letter-spacing: 0.02em;
  padding: 4px 0;
  transition: color 0.2s;
}
.burger-secondary a:hover {
  color: #212124;
}

.burger-sub-panel {
  flex-shrink: 0;
  width: clamp(200px, 100vw / 1600 * 430, 430px);
  background: #f4f4f2;
  display: none;
  overflow-y: auto;
  padding: clamp(25px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 40, 40px);
}
.burger-sub-panel.is-active {
  display: block;
  animation: megaFadeIn 0.2s ease forwards;
}

.burger-sub {
  display: none;
}
.burger-sub.is-active {
  display: block;
}

.burger-sub-primary .burger-sub-label {
  display: block;
  font-size: clamp(12px, 100vw / 1600 * 14, 14px);
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.burger-sub-primary ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(16px, 100vw / 1600 * 18, 18px);
  font-weight: 700;
  color: #212124;
  letter-spacing: 0.02em;
  padding: 7px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}
.burger-sub-primary ul li a svg {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.burger-sub-primary ul li a:hover {
  background: #ffffff;
}
.burger-sub-primary ul li.is-active > a {
  background: #ffffff;
}
.burger-sub-primary ul li.is-active > a svg {
  opacity: 1;
}

.burger-sub3 {
  display: none;
  margin-top: clamp(15px, 100vw / 1600 * 20, 20px);
  padding-top: clamp(15px, 100vw / 1600 * 20, 20px);
  border-top: 1px solid #d8d8d8;
}
.burger-sub3.is-active {
  display: block;
  animation: megaFadeIn 0.2s ease forwards;
}
.burger-sub3 .burger-sub-label {
  display: block;
  font-size: clamp(12px, 100vw / 1600 * 14, 14px);
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.burger-sub3 .burger-sub3-img {
  margin-bottom: clamp(15px, 100vw / 1600 * 20, 20px);
}
.burger-sub3 .burger-sub3-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/6;
}
.burger-sub3 .burger-sub3-cols {
  display: flex;
  gap: clamp(15px, 100vw / 1600 * 20, 20px);
}
.burger-sub3 .burger-sub3-col {
  flex: 1;
  min-width: 0;
}
.burger-sub3 ul li a {
  display: block;
  font-size: clamp(13px, 100vw / 1600 * 15, 15px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  padding: 5px 0;
  transition: color 0.2s;
}
.burger-sub3 ul li a:hover {
  color: #ed1b28;
}

.burger-sub-back {
  display: none;
  align-items: center;
  gap: clamp(8px, 100vw / 1600 * 10, 10px);
  font-size: clamp(14px, 100vw / 1600 * 16, 16px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  margin-bottom: clamp(15px, 100vw / 1600 * 20, 20px);
}
.burger-sub-back svg {
  flex-shrink: 0;
}
.burger-sub-back:hover {
  color: #707070;
}

@media (max-width: 992px) {
  .burger-overlay {
    display: block;
    inset: 0;
    opacity: 1;
    transition: none;
  }
  .burger-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    transform: translateX(-100%);
    transition: transform 0.3s;
    padding-top: 80px;
  }
  .burger-nav {
    padding: 15px 25px 20px;
  }
  .burger-secondary {
    padding: 15px 25px 30px;
  }
  .burger-sub-panel {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    background: #ffffff;
    overflow-y: auto;
    padding: 105px 25px 40px;
    transform: translateX(110%);
    transition: transform 0.3s;
    pointer-events: none;
  }
  .burger-sub-panel.is-active {
    transform: translateX(0);
    pointer-events: auto;
    animation: none;
  }
  .burger-close svg path {
    stroke: #212124;
  }
  .burger-nav ul li.has-burger-sub > a svg {
    opacity: 1;
  }
  .burger-sub-back {
    display: flex;
  }
  .burger-sub-panel {
    z-index: 2;
  }
  .burger-backdrop {
    display: none;
  }
}
@media (max-width: 992px) {
  body.overflow_body .hamburger-btn {
    visibility: hidden;
  }
}
h1 {
  font-size: clamp(36px, 100vw / 1600 * 70, 70px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(30px, 100vw / 1600 * 55, 55px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

h3 {
  font-size: clamp(30px, 100vw / 1600 * 35, 35px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

h4 {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

h5 {
  font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

p {
  font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
p a {
  font-weight: 700;
  text-decoration: underline;
  color: #212124;
  transition: 0.3s;
}
p a:hover {
  text-decoration: none;
}

.einleitung {
  font-size: clamp(35px, 100vw / 1600 * 35, 35px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 100vw / 1600 * 10, 10px);
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  padding-top: clamp(11px, 100vw / 1600 * 12, 12px);
  padding-bottom: clamp(11px, 100vw / 1600 * 12, 12px);
  padding-left: clamp(20px, 100vw / 1600 * 33, 33px);
  padding-right: clamp(20px, 100vw / 1600 * 33, 33px);
}
.btn svg {
  flex-shrink: 0;
}
.btn:hover {
  background: #ffffff;
  color: #ed1b28;
  border-color: #ffffff;
}
.btn:hover svg path {
  stroke: #ed1b28;
}

.btn-dark {
  background: #212124;
  border-color: #212124;
  color: #ffffff;
}
.btn-dark svg path {
  stroke: #f4f4f2;
}
.btn-dark:hover {
  background: transparent;
  border-color: #212124;
  color: #212124;
}
.btn-dark:hover svg path {
  stroke: #212124;
}

.btn-outline-dark {
  background: transparent;
  border-color: #212124;
  color: #212124;
}
.btn-outline-dark svg path {
  stroke: #212124;
}
.btn-outline-dark:hover {
  background: #212124;
  border-color: #212124;
  color: #ffffff;
}
.btn-outline-dark:hover svg path {
  stroke: #ffffff;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 100vw / 1600 * 8, 8px);
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
}
.btn-link:hover {
  opacity: 0.6;
}

.btn-gold {
  background: #aa967f;
  border-color: #aa967f;
}
.btn-gold:hover {
  background: transparent;
  border-color: #aa967f;
  color: #aa967f;
}
.btn-gold:hover svg path {
  stroke: #aa967f;
}

.input_def, textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #778186;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 9px;
  transition: 0.3s;
}

textarea {
  height: 172px !important;
  resize: none;
}

::-webkit-input-placeholder {
  color: #778186;
}

::-moz-placeholder {
  color: #778186;
}

:-ms-input-placeholder {
  color: #778186;
}

:-moz-placeholder {
  color: #778186;
}

.module__check input, .module__radio input {
  display: none;
}

.module__check {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.module__check .text {
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 3px;
}
.module__check .check {
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left: 8px;
  flex-shrink: 0;
  border: 1px solid red;
}
.module__check input:checked + .check {
  background: #fff url("../img/checkbox-icon.svg") no-repeat center center;
}

.module__radio {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  direction: ltr;
}
.module__radio .text {
  font-size: 18px;
  line-height: 24px;
  color: #32313B;
}
.module__radio .check {
  width: 21px;
  height: 21px;
  border: 2px solid #65656C;
  margin-right: 11px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.module__radio input:checked + .check {
  background: transparent;
  border: 2px solid #4BBD8C;
}
.module__radio input:checked + .check:before {
  content: "";
  background: #4BBD8C;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.module-tabs .tabs-nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.module-tabs .tabs-nav li {
  list-style: none;
  margin-right: 20px;
}
.module-tabs .tabs-nav li:last-child {
  margin-right: 0;
}

.field-wrapper {
  position: relative;
}
.field-wrapper label {
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 15px;
  color: #778186;
  transition: 0.3s;
  pointer-events: none;
}
.field-wrapper.focused label {
  transition: 0.3s;
  top: -8px;
  font-size: 10px;
  background: #fff;
  padding: 3px;
  z-index: 999;
}

.module__reviews {
  height: 357px;
  background: #FFFFFF;
  border: 2px solid #F0EBE6;
  border-radius: 30px;
  padding: 32px;
}

.swiper-container {
  position: relative;
}

.slider_1_css .swiper-slide {
  width: 303.75px;
}

.slider_2_css {
  overflow: hidden;
}
.slider_2_css .swiper-pagination span {
  background: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
  height: 600px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 13px 10px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.module__check, .wpcf7-list-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 34px;
}
.module__check .text, .wpcf7-list-item .text {
  font-size: 14px;
  line-height: 180%;
  color: #D9CDC7;
}
.module__check .wpcf7-list-item-label, .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.module__check .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #D9CDC7;
  border-radius: 4px;
  margin-right: 14px;
  flex-shrink: 0;
  display: none;
}
.module__check input:checked + .wpcf7-list-item-label:before, .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background: url("../img/check.svg") no-repeat center center;
  border: 1px solid #219653;
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.wpcf7-spinner:before {
  content: none;
}

.footer-main {
  background-color: #7e1518;
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-position: center right;
  padding-top: clamp(50px, 100vw / 1600 * 50, 50px);
  padding-bottom: clamp(50px, 100vw / 1600 * 100, 100px);
}
.footer-main .logo {
  display: block;
  margin: 0 0 clamp(46px, 100vw / 1600 * 50, 50px) 0;
}
.footer-main .logo img {
  height: clamp(65px, 100vw / 1600 * 65, 65px);
  width: auto;
  display: block;
}
.footer-main .card {
  position: relative;
  background: #ffffff;
  border-radius: 0 0 60px 0;
  display: flex;
  align-items: stretch;
  padding: clamp(40px, 100vw / 1600 * 70, 70px) clamp(25px, 100vw / 1600 * 60, 60px) clamp(40px, 100vw / 1600 * 52, 52px) clamp(25px, 100vw / 1600 * 113, 113px);
}
@media (max-width: 992px) {
  .footer-main .card {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .footer-main .card .left {
    display: contents;
  }
  .footer-main .card .address {
    order: 1;
    max-width: 73%;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .footer-main .card .address span {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer-main .card .contact {
    order: 2;
  }
  .footer-main .card .divider {
    order: 3;
  }
  .footer-main .card .right {
    order: 4;
  }
}
.footer-main .address {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  color: #212124;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0 0 clamp(25px, 100vw / 1600 * 25, 25px) 0;
}
@media (max-width: 576px) {
  .footer-main .address {
    margin-bottom: 35px;
  }
}
.footer-main .address strong {
  font-weight: 700;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .footer-main .address strong {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .footer-main .address strong {
    display: block;
  }
}
.footer-main .contact a {
  display: block;
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  color: #212124;
  letter-spacing: 0.03em;
  line-height: 1.2;
  transition: color 0.2s;
}
.footer-main .contact a:first-child {
  margin-bottom: clamp(8px, 100vw / 1600 * 12, 12px);
}
.footer-main .contact a:hover {
  color: #ed1b28;
}
.footer-main .copy {
  font-size: clamp(14px, 100vw / 1600 * 16, 16px);
  color: #212124;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: clamp(59px, 100vw / 1600 * 86, 86px);
}
@media (max-width: 992px) {
  .footer-main .copy {
    order: 5;
  }
}
.footer-main .divider {
  flex-shrink: 0;
  width: 1px;
  background: #d8d8d8;
  align-self: stretch;
  height: clamp(100px, 100vw / 1600 * 185, 185px);
  margin: 0 clamp(30px, 100vw / 1600 * 89, 89px) 0 clamp(30px, 100vw / 1600 * 196, 196px);
}
@media (max-width: 992px) {
  .footer-main .divider {
    width: 100%;
    height: 1px;
    margin: 44px 0;
  }
}
.footer-main .right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(40px, 100vw / 1600 * 110, 110px);
}
@media (max-width: 992px) {
  .footer-main .right {
    gap: 40px;
  }
}
.footer-main .nav-col,
.footer-main .legal-col {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 100vw / 1600 * 10, 10px) 0;
}
.footer-main .nav-col a,
.footer-main .legal-col a {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  font-weight: 600;
  color: #212124;
  letter-spacing: 0.02em;
  line-height: 1.55;
  white-space: nowrap;
  transition: color 0.2s;
}
.footer-main .nav-col a:hover,
.footer-main .legal-col a:hover {
  color: #ed1b28;
}
.footer-main .social {
  display: flex;
  align-items: center;
  gap: clamp(15px, 100vw / 1600 * 20, 20px);
  margin: clamp(20px, 100vw / 1600 * 30, 30px) 0 0 0;
}
.footer-main .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.footer-main .social a:hover {
  opacity: 0.6;
}

.product-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.product-card .card-image {
  position: relative;
  height: clamp(180px, 100vw / 1600 * 268, 268px);
  border-radius: 0 0 60px 0;
  overflow: hidden;
  flex-shrink: 0;
}
.product-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.product-card .card-image .mfk-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(42px, 100vw / 1600 * 62, 62px);
  height: clamp(42px, 100vw / 1600 * 62, 62px);
  -o-object-fit: unset;
  object-fit: unset;
}
.product-card .card-image .esd-badge,
.product-card .card-image .b1-badge {
  position: absolute;
  bottom: 25px;
  width: 50px;
  height: 50px;
}
.product-card .card-image .esd-badge img,
.product-card .card-image .b1-badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-card .card-image .esd-badge {
  right: 22px;
}
.product-card .card-image .b1-badge {
  right: 82px;
}
.product-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: clamp(25px, 100vw / 1600 * 40, 40px);
  padding-bottom: clamp(25px, 100vw / 1600 * 40, 40px);
  padding-left: clamp(20px, 100vw / 1600 * 30, 30px);
  padding-right: clamp(20px, 100vw / 1600 * 30, 30px);
}
.product-card .card-title h3 {
  margin: 0;
}
.product-card .manufaktur-label {
  display: block;
  min-height: 14px;
  margin-bottom: 10px;
}
.product-card .manufaktur-label img {
  display: block;
  height: 13px;
  width: auto;
}
.product-card .rating {
  display: flex;
  align-items: center;
  gap: clamp(8px, 100vw / 1600 * 12, 12px);
  margin-top: clamp(15px, 100vw / 1600 * 17, 17px);
}
.product-card .stars {
  display: flex;
  flex-shrink: 0;
}
.product-card .stars svg path {
  fill: #AA967F;
}
.product-card .rating-score {
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  font-weight: 500;
  color: #212124;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.product-card .rating-score strong {
  font-weight: 700;
}
.product-card .card-desc {
  font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  color: #707070;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin: 0;
  margin-top: clamp(12px, 100vw / 1600 * 12, 12px);
}
.product-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: clamp(15px, 100vw / 1600 * 17, 17px);
}
.product-card .tag {
  background: #d8d8d8;
  border-radius: 50px;
  padding: clamp(7px, 100vw / 1600 * 9, 9px) clamp(10px, 100vw / 1600 * 14, 14px) clamp(7px, 100vw / 1600 * 9, 9px) clamp(10px, 100vw / 1600 * 14, 14px);
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  font-weight: 600;
  color: #707070;
  white-space: nowrap;
  line-height: 1;
}
.product-card .tag.more {
  background: #f4f4f2;
  border: none;
  cursor: pointer;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  transition: opacity 0.3s;
}
.product-card .tag.more:hover {
  opacity: 0.6;
}
.product-card .tag.is-hidden {
  display: none;
}
.product-card .card-divider {
  height: 1px;
  background: #d8d8d8;
  margin-top: clamp(20px, 100vw / 1600 * 30, 30px);
}
.product-card .card-price {
  margin-top: clamp(20px, 100vw / 1600 * 21, 21px);
  margin-bottom: 22px;
}
.product-card .price-main {
  font-size: clamp(25px, 100vw / 1600 * 25, 25px);
  font-weight: 700;
  color: #212124;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.product-card .price-main .uvp {
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  font-weight: 500;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: 8px;
}
.product-card .price-note {
  font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  color: #707070;
  font-weight: 400;
  margin-top: 1px;
  letter-spacing: 0.02em;
}
.product-card .card-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.product-card .card-actions .btn {
  flex: 1;
}
/*# sourceMappingURL=main.min.css.map */
