.fl {
  position: relative;
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
  container-type: inline-size;
}
.fl.activateBorderRadius {
  border-radius: var(--baseBorderRadius);
}
.fl[data-layout=default][data-frame$=box] {
  padding: 30px;
}
.fl[data-layout=layout-full] {
  width: 100%;
  max-width: none;
}
.fl[data-layout=layout-full][data-frame$=box] {
  padding: clamp(1.25rem, -0.4391891892rem + 8.4459459459vw, 7.5rem) 0;
}
.fl[data-layout=layout-full-reduced], .fl[data-layout=layout-full-reduced-small] {
  width: 100%;
  max-width: none;
}
.fl[data-layout=layout-full-reduced][data-frame$=box], .fl[data-layout=layout-full-reduced-small][data-frame$=box] {
  padding: clamp(1.25rem, -0.4391891892rem + 8.4459459459vw, 7.5rem) 0;
}
.fl[data-layout=layout-full-reduced][data-frame=dekobox], .fl[data-layout=layout-full-reduced-small][data-frame=dekobox] {
  padding: 0;
}
.fl[data-layout=layout-full-reduced] .inner, .fl[data-layout=layout-full-reduced-small] .inner {
  position: relative;
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
}
.fl[data-layout=layout-full-reduced] .inner .fl[data-layout=layout-reduced] .inner, .fl[data-layout=layout-full-reduced-small] .inner .fl[data-layout=layout-reduced] .inner {
  width: 100%;
  padding: 0;
}
.fl[data-layout=layout-full-reduced] .inner .px-teaser .px-teaser-inner, .fl[data-layout=layout-full-reduced-small] .inner .px-teaser .px-teaser-inner {
  width: 100%;
}
.fl[data-layout=layout-full-reduced] .inner .px-textmedia,
.fl[data-layout=layout-full-reduced] .inner .px-textbox, .fl[data-layout=layout-full-reduced-small] .inner .px-textmedia,
.fl[data-layout=layout-full-reduced-small] .inner .px-textbox {
  width: 100%;
}
.fl[data-layout=layout-full-reduced-small] .inner {
  max-width: var(--maxWidth);
}
.fl[data-layout=layout-reduced] {
  max-width: var(--fl-layout-reduced);
}
.fl[data-layout=layout-reduced][data-frame$=box] {
  padding: clamp(1.25rem, -0.1013513514rem + 6.7567567568vw, 6.25rem);
}
.fl[data-frame=lightbgbox] {
  background: var(--backgroundColor);
}
.fl[data-frame=lightbgbox] hr {
  background: var(--mainColor);
}
.fl[data-frame=lightbgbox]:has(.px-textmedia-special) {
  padding: 0;
}
.fl[data-frame=cibgbox], .fl[data-frame=dekobox].changeColorDekoelement, .fl[data-background-image=true] {
  background: radial-gradient(50% 50% at 50% 50%, rgb(23, 104, 109) 0%, rgb(13, 78, 82) 100%);
  color: var(--contrastColorInverted);
}
.fl[data-frame=cibgbox] .px-textmedia .px-textmedia-inner::after,
.fl[data-frame=cibgbox] .px-textbox .px-textbox-inner::after, .fl[data-frame=dekobox].changeColorDekoelement .px-textmedia .px-textmedia-inner::after,
.fl[data-frame=dekobox].changeColorDekoelement .px-textbox .px-textbox-inner::after, .fl[data-background-image=true] .px-textmedia .px-textmedia-inner::after,
.fl[data-background-image=true] .px-textbox .px-textbox-inner::after {
  background: transparent;
}
.fl[data-frame=cibgbox] h1, .fl[data-frame=cibgbox] h2, .fl[data-frame=cibgbox] h3, .fl[data-frame=cibgbox] h4, .fl[data-frame=cibgbox] h5, .fl[data-frame=cibgbox] h6, .fl[data-frame=dekobox].changeColorDekoelement h1, .fl[data-frame=dekobox].changeColorDekoelement h2, .fl[data-frame=dekobox].changeColorDekoelement h3, .fl[data-frame=dekobox].changeColorDekoelement h4, .fl[data-frame=dekobox].changeColorDekoelement h5, .fl[data-frame=dekobox].changeColorDekoelement h6, .fl[data-background-image=true] h1, .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 {
  color: var(--contrastColorInverted);
}
.fl[data-frame=cibgbox] ul.is-style-style-list li,
.fl[data-frame=cibgbox] ol.is-style-style-list li, .fl[data-frame=dekobox].changeColorDekoelement ul.is-style-style-list li,
.fl[data-frame=dekobox].changeColorDekoelement ol.is-style-style-list li, .fl[data-background-image=true] ul.is-style-style-list li,
.fl[data-background-image=true] ol.is-style-style-list li {
  border-color: var(--mainColorLight) !important;
}
.fl[data-frame=cibgbox] .wp-block-table thead tr th, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-table thead tr th, .fl[data-background-image=true] .wp-block-table thead tr th {
  border-color: var(--contrastColorInverted) !important;
  color: var(--contrastColorInverted) !important;
}
.fl[data-frame=cibgbox] .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .fl[data-frame=dekobox].changeColorDekoelement .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .fl[data-background-image=true] .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--mainColorDark) !important;
}
.fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color), .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color), .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
@media screen and (max-width: 450px) {
  .fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color), .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color), .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
    padding: 15px 40px 15px 25px;
  }
}
.fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after {
  background: transparent url("../img/arrow-green.svg") no-repeat center center/16px auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color)::before, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color)::before, .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color)::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: var(--contrastColorInverted);
  border-radius: 50%;
  transition: var(--baseTransition);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 0;
}
.fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover, .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover {
  background: var(--secondColor);
  color: var(--contrastColorInverted);
  border-color: var(--secondColor);
}
.fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::after, .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::after {
  filter: brightness(0) invert(1);
}
.fl[data-frame=cibgbox] .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::before, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::before, .fl[data-background-image=true] .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::before {
  background: var(--mainColor);
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color), .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color), .fl[data-background-image=true] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  color: var(--secondColor);
  background: var(--contrastColorInverted);
  border-color: var(--secondColor);
}
@media screen and (max-width: 450px) {
  .fl[data-frame=cibgbox] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color), .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color), .fl[data-background-image=true] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color) {
    padding: 15px 30px 15px 25px;
  }
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-background-image=true] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::after {
  background: var(--secondColor) url("../img/arrow.svg") no-repeat center center/16px auto;
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::before, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::before, .fl[data-background-image=true] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::before {
  content: none;
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover, .fl[data-background-image=true] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover {
  background: var(--secondColor);
  color: var(--contrastColorInverted);
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover::after, .fl[data-background-image=true] .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover::after {
  filter: none;
  background-color: var(--mainColor);
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color), .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color), .fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color) {
  color: var(--secondColor);
  background: transparent;
  border: 0;
}
@media screen and (max-width: 450px) {
  .fl[data-frame=cibgbox] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color), .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color), .fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color) {
    padding: 0;
  }
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::after {
  background: var(--secondColor);
  mask: url("../img/arrow.svg") no-repeat center center/16px auto;
}
@media screen and (max-width: 450px) {
  .fl[data-frame=cibgbox] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::after, .fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::after {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::before, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::before, .fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color)::before {
  content: none;
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover, .fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--contrastColorInverted);
}
.fl[data-frame=cibgbox] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover::after, .fl[data-frame=dekobox].changeColorDekoelement .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover::after, .fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover::after {
  filter: none;
  background-color: var(--contrastColorInverted);
}
.fl[data-frame=cibgbox] .fl[data-frame=lightbgbox], .fl[data-frame=dekobox].changeColorDekoelement .fl[data-frame=lightbgbox], .fl[data-background-image=true] .fl[data-frame=lightbgbox] {
  color: var(--fontColor);
}
.fl[data-frame=cibgbox] .fl[data-frame=lightbgbox] h1, .fl[data-frame=cibgbox] .fl[data-frame=lightbgbox] h2, .fl[data-frame=cibgbox] .fl[data-frame=lightbgbox] h3, .fl[data-frame=cibgbox] .fl[data-frame=lightbgbox] h4, .fl[data-frame=cibgbox] .fl[data-frame=lightbgbox] h5, .fl[data-frame=cibgbox] .fl[data-frame=lightbgbox] h6, .fl[data-frame=dekobox].changeColorDekoelement .fl[data-frame=lightbgbox] h1, .fl[data-frame=dekobox].changeColorDekoelement .fl[data-frame=lightbgbox] h2, .fl[data-frame=dekobox].changeColorDekoelement .fl[data-frame=lightbgbox] h3, .fl[data-frame=dekobox].changeColorDekoelement .fl[data-frame=lightbgbox] h4, .fl[data-frame=dekobox].changeColorDekoelement .fl[data-frame=lightbgbox] h5, .fl[data-frame=dekobox].changeColorDekoelement .fl[data-frame=lightbgbox] h6, .fl[data-background-image=true] .fl[data-frame=lightbgbox] h1, .fl[data-background-image=true] .fl[data-frame=lightbgbox] h2, .fl[data-background-image=true] .fl[data-frame=lightbgbox] h3, .fl[data-background-image=true] .fl[data-frame=lightbgbox] h4, .fl[data-background-image=true] .fl[data-frame=lightbgbox] h5, .fl[data-background-image=true] .fl[data-frame=lightbgbox] h6 {
  color: var(--fontColor);
}
.fl[data-frame=dekobox].changeColorLightDekoelement {
  background: var(--backgroundColor);
}
.fl[data-frame=dekobox].changeColorLightDekoelement[data-frame$=box] {
  padding: clamp(1.25rem, -0.4391891892rem + 8.4459459459vw, 7.5rem) 0;
}
.fl[data-frame=dekobox] .inner {
  z-index: 2;
  padding: 0 !important;
}
.fl[data-frame=dekobox] .inner .px-infoboxes {
  width: 100%;
}
.fl[data-frame=dekobox]::before, .fl[data-frame=dekobox]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fl[data-frame=dekobox]::before {
  z-index: 0;
  background: url(../img/points-center.svg) no-repeat 80% top/770px auto;
}
@container (width <=960px) {
  .fl[data-frame=dekobox]::before {
    background-position: center top;
    background-size: 100% auto;
    opacity: 0.2;
  }
}
.fl[data-frame=dekobox].dekoposition_left::before {
  background-position: left bottom;
  background-image: url(../img/points_animated_left.svg);
  background-size: 380px auto;
}
@container (width <=960px) {
  .fl[data-frame=dekobox].dekoposition_left::before {
    opacity: 0.2;
  }
}
.fl[data-frame=dekobox].dekoposition_right::before {
  background-position: right bottom;
  background-image: url(../img/points_animated.svg);
  background-size: 380px auto;
}
@container (width <=960px) {
  .fl[data-frame=dekobox].dekoposition_right::before {
    opacity: 0.2;
  }
}
.fl[data-frame=dekobox].changeColorDekoelement {
  color: var(--contrastColorInverted);
}
.fl[data-frame=dekobox].changeColorDekoelement .inner {
  padding: clamp(1.25rem, -0.4391891892rem + 8.4459459459vw, 7.5rem) 0 !important;
}
.fl[data-frame=dekobox].changeColorDekoelement .inner .fl .inner {
  padding: 0 !important;
}
.fl[data-frame=dekobox].changeColorDekoelement h1, .fl[data-frame=dekobox].changeColorDekoelement h2, .fl[data-frame=dekobox].changeColorDekoelement h3, .fl[data-frame=dekobox].changeColorDekoelement h4, .fl[data-frame=dekobox].changeColorDekoelement h5, .fl[data-frame=dekobox].changeColorDekoelement h6 {
  color: var(--contrastColorInverted);
}
.fl[data-frame=dekobox].changeColorDekoelement ul.is-style-style-list li,
.fl[data-frame=dekobox].changeColorDekoelement ol.is-style-style-list li {
  border-color: var(--mainColorLight) !important;
}
.fl[data-frame=dekobox].changeColorDekoelement .wp-block-table thead tr th {
  border-color: var(--contrastColorInverted) !important;
  color: var(--contrastColorInverted) !important;
}
.fl[data-frame=dekobox].changeColorDekoelement .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--mainColorDark) !important;
}
.fl[data-frame=dekobox].changeColorDekoelement::before {
  background-image: url(../img/points-center_white.svg);
  background-position: 80% 30%;
  opacity: 0.1;
}
@container (width <=960px) {
  .fl[data-frame=dekobox].changeColorDekoelement::before {
    background-position: 80% 10%;
  }
}
.fl[data-frame=dekobox].changeColorDekoelement::after {
  z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgb(23, 104, 109) 0%, rgb(13, 78, 82) 100%);
}
.fl[data-frame=dekobox].changeColorDekoelement.dekoposition_left::before {
  background-image: url(../img/points_animated_left_white.svg);
  background-position: left 30%;
}
@container (width <=960px) {
  .fl[data-frame=dekobox].changeColorDekoelement.dekoposition_left::before {
    background-position: left 10%;
  }
}
.fl[data-frame=dekobox].changeColorDekoelement.dekoposition_right::before {
  background-image: url(../img/points_animated_white.svg);
  background-position: right 30%;
}
@container (width <=960px) {
  .fl[data-frame=dekobox].changeColorDekoelement.dekoposition_right::before {
    background-position: right 10%;
  }
}
.fl[data-frame=dekobox][data-layout=layout-full-reduced] .inner, .fl[data-frame=dekobox][data-layout=layout-full-reduced-small] .inner {
  padding: clamp(1.25rem, -0.1013513514rem + 6.7567567568vw, 6.25rem) 0;
}
.fl[data-background-image=true] .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
@container (width <=640px) {
  .fl[data-background-image=true] .background-image {
    display: none;
  }
}
.fl[data-background-image=true] .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fl[data-background-image=true] .inner {
  padding: clamp(1.25rem, -0.4391891892rem + 8.4459459459vw, 7.5rem) 0;
}
.fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--contrastColorInverted);
}
.fl[data-background-image=true] .wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover::after {
  filter: none;
  background-color: var(--contrastColorInverted);
}
.fl[data-margin-before=extra-small] {
  margin-top: var(--fl-margin-before-extra-small);
}
.fl[data-margin-before=small] {
  margin-top: var(--fl-margin-before-small);
}
.fl[data-margin-before=medium] {
  margin-top: var(--fl-margin-before-medium);
}
.fl[data-margin-before=large] {
  margin-top: var(--fl-margin-before-large);
}
.fl[data-margin-before=extra-large] {
  margin-top: var(--fl-margin-before-extra-large);
}
.fl[data-margin-after=extra-small] {
  margin-bottom: var(--fl-margin-after-extra-small);
}
.fl[data-margin-after=small] {
  margin-bottom: var(--fl-margin-after-small);
}
.fl[data-margin-after=medium] {
  margin-bottom: var(--fl-margin-after-medium);
}
.fl[data-margin-after=large] {
  margin-bottom: var(--fl-margin-after-large);
}
.fl[data-margin-after=extra-large] {
  margin-bottom: var(--fl-margin-after-extra-large);
}
@media screen and (max-width: 640px) {
  .fl[data-margin-before=medium] {
    margin-top: var(--fl-margin-before-medium);
  }
  .fl[data-margin-before=large] {
    margin-top: var(--fl-margin-before-large);
  }
  .fl[data-margin-before=extra-large] {
    margin-top: var(--fl-margin-before-extra-large);
  }
  .fl[data-margin-after=medium] {
    margin-bottom: var(--fl-margin-after-medium);
  }
  .fl[data-margin-after=large] {
    margin-bottom: var(--fl-margin-after-large);
  }
  .fl[data-margin-after=extra-large] {
    margin-bottom: var(--fl-margin-after-extra-large);
  }
}