.rw-header {
  --headlineHeight: 70px;
  overflow-x: hidden;
  width: 100%;
}
.rw-header div {
  box-sizing: border-box;
}
.rw-header .outer {
  background: linear-gradient(180deg, #3e3a3a 0%, #383333 100%);
  animation-name: rw-animation-sub;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-delay: 500ms;
  opacity: 0;
  transform: scale(0);
}
.rw-header .outer .rw-header-container {
  max-width: 1600px;
}
.rw-header .outer .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
  animation-name: rw-animation-sub;
  animation-duration: 400ms;
  animation-delay: 900ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  position: relative;
  z-index: 2;
}
.rw-header .outer .headline {
  color: rgba(255, 242, 230, 0.95);
  font-size: 2.45em;
  line-height: 1.1;
  font-weight: 800;
  max-width: 400px;
  width: 100%;
  text-align: center;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.rw-header .outer .logo_statt_claim {
  max-width: 80vw;
}
.rw-header .outer .headline .yellow {
  color: #f5b400;
}
.rw-header .rw-header-container {
  max-width: 1200px;
  margin: 0 auto;
}

.rw-header .box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  /* overflow: hidden; */
  aspect-ratio: 0.66666667;
}
@media only screen and (min-width: 480px) {
  .rw-header .box {
    aspect-ratio: 1.4;
  }
}
@media only screen and (min-width: 1100px) {
  .rw-header .box {
    aspect-ratio: 2.22222222;
  }
}
@media only screen and (min-width: 1100px) {
  .rw-header .box:before {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% + 1.5px);
    top: 0;
    width: auto;
    height: 100%;
    background: linear-gradient(180deg, #3e3a3a 0%, #383333 100%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    aspect-ratio: 0.29621;
    transform: translate(100%, 0);
  }
  .rw-header .box:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 1.5px);
    top: 0;
    width: auto;
    height: 100%;
    background: linear-gradient(180deg, #3e3a3a 0%, #383333 100%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    aspect-ratio: 0.29621;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    transform: translate(-100%, 0);
  }
}
/* .rw-header .box .rw-header-shadow {
  position: absolute;
  left: 62%;
  top: 0;
  width: 48%;
  height: 100%;
  background: #423c3c;
  background: linear-gradient(180deg, #3e3a3a 0%, #383333 100%);
  opacity: 0.6;
  transform: skew(-16.5deg, 0);
} */
.rw-header .yellowBox {
  position: relative;
  z-index: 3;
  margin-top: -4px;
  background-color: #383333;
}
.rw-header .yellowBox:before {
  border-top: 0.5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    30deg,
    rgba(255, 242, 230, 0.6),
    rgba(255, 242, 230, 0.05)
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  z-index: -1;
  height: calc(100% - var(--headlineHeight));
}
@media only screen and (min-width: 480px) {
  .rw-header .yellowBox:before {
    background-color: rgba(123, 90, 0, 0);
    background: linear-gradient(
      180deg,
      rgba(188, 158, 108, 0.3) 0%,
      rgba(123, 90, 0, 0) 80%
    );
  }
  .rw-header .yellowBox.kein-gold:before {
    background: none;
  }
  /* .rw-header .yellowBox:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - (var(--headlineHeight)));
    opacity: 0.66;
    background: linear-gradient(320deg, #423c3c 0%, rgba(66, 60, 60, 0) 100%);
    z-index: -1;
    mix-blend-mode: multiply;
  } */
}
.rw-header .yellowBox .rw-header-shadow {
  position: absolute;
  display: block;
  left: 50%;
  bottom: calc(100% - 3px);
  width: min(580px, 75vw);
  height: 60px;
  background-color: transparent;
  transform: translate(-50%, 0);
  z-index: -2;
  box-shadow: 0px 0px 80px 50px rgba(0, 0, 0, 0.65);
  transform: translate(-50%, 0) skew(-16.5deg, 0);
  border-radius: 50% 50% 0 0;
}
.rw-header .yellowBox .rw-header-container {
  /* max-width: min(750px,60vw); 
  margin-top: -4px;*/
}
.rw-header .boxy {
  position: relative;
  width: 100%;
  padding: 10px 0;
  z-index: 2;
  color: rgba(255, 242, 230, 0.95);
  text-align: center;
  min-height: 200px;
}
.rw-header .boxy:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 1px;
  width: 100%;
  height: calc(100% - (var(--headlineHeight)));
  background-color: #383333;
  z-index: -1;
}
@media only screen and (min-width: 480px) {
  .rw-header .boxy:before {
    transform: skew(-16.5deg, 0);
  }
}

.rw-header .boxy .boxy-flaeche:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 5px);
  border-bottom: 10px solid #383333;
}

.rw-header .boxy .boxy-flaeche {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: -59.5px;
  width: min(600px, 80vw);
  height: 59.5px;
  background-color: #383333;
  z-index: -1;
  transform: translate(-50%, 0) skew(-16.5deg, 0);
  border-top: 0.5px solid;
  border-left: 0.5px solid;
  border-right: 0.5px solid;
  border-bottom: 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    30deg,
    rgba(255, 242, 230, 0.4),
    rgba(255, 242, 230, 0.2)
  );
}
.rw-header .boxy .inner {
  /* max-width: 400px; */
  margin: 0 auto;
  transform: translate(0, calc(-1 * (var(--headlineHeight))));
  padding: 0 20px;
}
.rw-header .boxy h2 {
  width: min(560px, 75vw);
  margin: 20px auto 40px auto;
  padding: 0 0 12px 0;
  display: block;
  position: relative;
}
.rw-header .boxy h2:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: -10px;
  width: 100px;
  height: 6px;
  background-color: #f5b400;
  transform: translate(-50%, 0) skew(-16.5deg, 0);
}

.rw-header.weisser-balken .boxy h2:after {
  background-color: rgba(255, 242, 230, 0.95);
}
.rw-header .boxy-platzhalter {
  height: 60px;
  position: relative;
}
.rw-header .boxy-platzhalter:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 6px;
  background-color: #f5b400;
  transform: translate(-50%, -50%) skew(-16.5deg, 0);
}
.rw-header.weisser-balken .boxy-platzhalter:after {
  background-color: rgba(255, 242, 230, 0.95);
}
.rw-header .boxy .inner p {
  /* font-size: 16px;
  line-height: 1.4; */
  max-width: min(500px, 70vw);
  margin: 0 auto 10px;
}

.fl-row:has(.rw-header) + .fl-row {
  position: relative;
  z-index: 10;
  margin-top: -70px;
}
