.fl {
  position: relative;
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
  z-index: 2;
}
.fl .arrows-top-right {
  position: absolute;
  top: -85px;
  right: -80px;
  display: none;
}
.fl .arrows-bottom-left {
  position: absolute;
  bottom: 0;
  left: -80px;
  display: none;
}
.fl .arrows-top-left {
  position: absolute;
  bottom: 0;
  left: -80px;
  display: none;
}
.fl .arrows-top, .fl .arrows-bottom, .fl .arrows-right {
  display: none;
}
@media (max-width: 1270px) {
  .fl .arrows-top-right, .fl .arrows-bottom-left, .fl .arrows-top-left {
    opacity: 0.5 !important;
  }
}
.fl[data-layout="layout-full"] {
  max-width: var(--maxWidthBigger);
}
.fl[data-layout="layout-full-reduced"] {
  max-width: var(--maxWidthBigger);
}
.fl[data-layout="layout-full-reduced"] .inner {
  position: relative;
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
  z-index: 2;
}
.fl[data-layout="layout-reduced"] {
  max-width: var(--fl-layout-reduced);
}
.fl[data-frame="lightbgbox-margintop"] {
  margin-top: 100px;
}
.fl[data-frame="lightbgbox-margintop"] .inner > div {
  position: relative;
  top: -100px;
  z-index: 2;
}
.fl[data-frame="lightbgbox"], .fl[data-frame="lightbgbox-margintop"] {
  background: var(--greyDark);
  border-radius: 20px;
}
.fl[data-frame="lightbgbox"] h2, .fl[data-frame="lightbgbox"] h3, .fl[data-frame="lightbgbox"] h4, .fl[data-frame="lightbgbox"] h5, .fl[data-frame="lightbgbox"] h6, .fl[data-frame="lightbgbox"] p, .fl[data-frame="lightbgbox"] span, .fl[data-frame="lightbgbox"] a, .fl[data-frame="lightbgbox"] li, .fl[data-frame="lightbgbox"] ul, .fl[data-frame="lightbgbox"] ol, .fl[data-frame="lightbgbox"] blockquote, .fl[data-frame="lightbgbox"] div, .fl[data-frame="lightbgbox-margintop"] h2, .fl[data-frame="lightbgbox-margintop"] h3, .fl[data-frame="lightbgbox-margintop"] h4, .fl[data-frame="lightbgbox-margintop"] h5, .fl[data-frame="lightbgbox-margintop"] h6, .fl[data-frame="lightbgbox-margintop"] p, .fl[data-frame="lightbgbox-margintop"] span, .fl[data-frame="lightbgbox-margintop"] a, .fl[data-frame="lightbgbox-margintop"] li, .fl[data-frame="lightbgbox-margintop"] ul, .fl[data-frame="lightbgbox-margintop"] ol, .fl[data-frame="lightbgbox-margintop"] blockquote, .fl[data-frame="lightbgbox-margintop"] div {
  color: var(--contrastColorInverted);
}
.fl[data-frame="lightbgbox"] .wp-block-list li::before, .fl[data-frame="lightbgbox-margintop"] .wp-block-list li::before {
  background-color: var(--contrastColorInverted) !important;
}
.fl[data-frame="lightbgbox"] .fl-vertical-title, .fl[data-frame="lightbgbox-margintop"] .fl-vertical-title {
  left: 30px;
  top: 10%;
  color: var(--contrastColorInverted);
  z-index: 2;
  background: var(--greyDark);
}
.fl[data-frame="lightbgbox"] .fl-vertical-title::before, .fl[data-frame="lightbgbox-margintop"] .fl-vertical-title::before {
  background: var(--contrastColorInverted);
}
.fl[data-frame="lightbgbox"] .fl-vertical-title.text-right, .fl[data-frame="lightbgbox-margintop"] .fl-vertical-title.text-right {
  right: 20px;
}
.fl[data-frame="lightbgbox"] .arrows-top, .fl[data-frame="lightbgbox"] .arrows-bottom, .fl[data-frame="lightbgbox"] .arrows-right, .fl[data-frame="lightbgbox-margintop"] .arrows-top, .fl[data-frame="lightbgbox-margintop"] .arrows-bottom, .fl[data-frame="lightbgbox-margintop"] .arrows-right {
  position: absolute;
  z-index: 1;
}
.fl[data-frame="lightbgbox"] .arrows-top, .fl[data-frame="lightbgbox-margintop"] .arrows-top {
  top: -8px;
  left: -56px;
}
.fl[data-frame="lightbgbox"] .arrows-bottom, .fl[data-frame="lightbgbox-margintop"] .arrows-bottom {
  bottom: 80px;
  left: -18px;
}
.fl[data-frame="lightbgbox"] .arrows-right, .fl[data-frame="lightbgbox-margintop"] .arrows-right {
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.fl[data-frame="lightbgbox"] > .arrows-top, .fl[data-frame="lightbgbox"] > .arrows-bottom, .fl[data-frame="lightbgbox"] > .arrows-right, .fl[data-frame="lightbgbox-margintop"] > .arrows-top, .fl[data-frame="lightbgbox-margintop"] > .arrows-bottom, .fl[data-frame="lightbgbox-margintop"] > .arrows-right {
  display: inline-block;
}
.fl[data-frame="arrowboxright"] > .arrows-top-right {
  display: block;
}
.fl[data-frame="arrowboxright"] > .arrows-top-left {
  display: block;
}
.fl[data-frame="arrowboxleft"] > .arrows-bottom-left {
  display: block;
}
.fl[data-background-image="true"] .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fl[data-background-image="true"] .background-image img, .fl[data-background-image="true"] .background-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.fl[data-background-image="true"] .background-image::after {
  content: "";
  background: linear-gradient(0deg, rgba(27, 27, 27, 0.95) 0%, rgba(27, 27, 27, 0.95) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.fl[data-background-image="true"] > .arrows-top, .fl[data-background-image="true"] > .arrows-bottom, .fl[data-background-image="true"] > .arrows-right {
  display: inline-block;
}
.fl[data-background-image="true"] h2, .fl[data-background-image="true"] h3, .fl[data-background-image="true"] h4, .fl[data-background-image="true"] h5, .fl[data-background-image="true"] h6, .fl[data-background-image="true"] p, .fl[data-background-image="true"] span, .fl[data-background-image="true"] a, .fl[data-background-image="true"] li, .fl[data-background-image="true"] ul, .fl[data-background-image="true"] ol, .fl[data-background-image="true"] blockquote, .fl[data-background-image="true"] div {
  color: var(--contrastColorInverted);
}
.fl[data-background-image="true"] .wp-block-list li::before {
  background-color: var(--contrastColorInverted) !important;
}
.fl[data-background-image="true"] .fl-vertical-title {
  left: 30px;
  top: 10%;
  color: var(--contrastColorInverted);
  z-index: 2;
  background: unset;
}
.fl[data-background-image="true"] .fl-vertical-title::before {
  background: var(--contrastColorInverted);
}
.fl[data-background-image="true"] .fl-vertical-title.text-right {
  right: 20px;
}
.fl[data-background-image="true"] .arrows-top, .fl[data-background-image="true"] .arrows-bottom, .fl[data-background-image="true"] .arrows-right {
  position: absolute;
  z-index: 1;
}
.fl[data-background-image="true"] .arrows-top {
  top: -8px;
  left: -56px;
}
.fl[data-background-image="true"] .arrows-bottom {
  bottom: 80px;
  left: -18px;
}
.fl[data-background-image="true"] .arrows-right {
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.fl[data-background-image="true"] .px-teaser-slider {
  position: relative;
  bottom: -30px;
}
.fl[data-background-image="true"] .px-teaser-slider .image-wrapper {
  background-color: #272727;
}
.fl[data-background-image="true"] .px-teaser-slider .produkt-item:hover .is-style-likeh6, .fl[data-background-image="true"] .px-teaser-slider .produkt-item:hover .produkt-excerpt {
  color: var(--fontColor);
}
.fl .fl-vertical-title {
  position: absolute;
  top: 0px;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--headline);
  color: var(--fontColor);
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 60px;
  z-index: 1;
  border-radius: 5px;
  background: var(--contrastColorInverted);
}
.fl .fl-vertical-title.text-right {
  left: unset;
  right: 0;
}
.fl .fl-vertical-title.text-left {
  writing-mode: sideways-lr;
  top: 15%;
}
.fl .fl-vertical-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: var(--fontColor);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .fl .fl-vertical-title {
    display: none;
  }
}
