@charset "UTF-8";
:root {
  --revo: #fb4243;
  --buzz: #d7ff00;
  --love: #C294FF;
  --pool: #0D00FF;
  --dsgn: #6CFFA7;
  --next: #FF9600;
}
[data-header-style="Overlay"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
[data-header-style="Overlay"] .brxe-nav-menu .bricks-nav-menu > li > a {
  filter: invert(1);
}
.fullscreen-slider__left {
  position: relative !important;
}
.legal-text__shortcode h1 {
  font-size: var(--text-xxl);
}
.legal-text__shortcode h2 {
  font-size: var(--text-l);
}
.legal-text__shortcode h3 {
  font-size: var(--text-m);
  font-weight: 800;
}
.legal-text__shortcode div {
  display: flex !important;
  flex-direction: column;
  gap: var(--space-s);
}
.ticker-teaser__newsticker {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.ticker-teaser__overlay-wrapper {
  transition: all 0.2s ease-in-out;
}
.ticker-teaser:hover .ticker-teaser__newsticker {
  background-color: var(--primary);
  opacity: 1;
}
.right-box {
  background-color: #daa03c;
  transition: all 0.5s ease-in-out;
}
.slider-logo {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.slider-logo:first-of-type {
  opacity: 1;
}
footer {
  background-color: var(--black);
  color: var(--white);
}
.checkbox-buttons .ff-el-input--content {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs) !important;
}
.checkbox-buttons .ff-el-input--label {
  margin-bottom: var(--space-m) !important;
}
.checkbox-buttons .ff-el-form-check span {
  border-left: 0px !important;
  font-size: var(--text-xs) !important;
  color: var(--black) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  background-color: white;
  border-radius: var(--radius-xxl) !important;
}
.checkbox-buttons .ff-el-form-check span:hover {
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.checkbox-buttons .ff_item_selected span {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  border-left: 0px !important;
  box-shadow: 0px 0 0 0 var(--primary) !important;
}
.checkbox-buttons .ff_item_selected span:hover {
  color: var(--white) !important;
}
.kontakt__textbox {
  background-color: var(--white) !important;
  color: var(--black) !important;
  padding: var(--space-xs) !important;
}
.fluentform ::placeholder {
  color: var(--white) !important;
  font-size: var(--text-s) !important;
}
.fluentform :focus {
  border-color: var(--primary) !important;
}
@media (max-width: 478px) {
  .checkbox-buttons .ff-el-input--content {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs) !important;
  }
}
.offene-stellen-teaser__cta-button {
  transition: all 0.2s ease-in-out;
}
.offene-stellen-teaser__cta-button:hover .offene-stellen-teaser__icon {
  position: relative;
  transition-duration: 0.275s;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(0.5em);
}
.offene-stellen-teaser__icon {
  transition: all 0.2s ease-in-out;
}
.fr-hamburger-inner, .fr-hamburger-inner::before, .fr-hamburger-inner::after {
  border-radius: 0 !important;
  transition-property: transform, width !important;
}
.fr-hamburger-inner::before {
  display: none !important;
}
.fr-hamburger-inner::after {
  width: 25px !important;
}
.fr-hamburger--active .fr-hamburger-inner::after {
  width: 40px !important;
}
.slider-logo__logo {
  opacity: 0;
  transition: all 0.5s !important;
  left: 18% !important;
  /* oder ein anderer Wert */
}
.slider-logo__logo--fixed {
  top: 0;
  /* oder ein anderer Wert, je nachdem, wo Sie das Bild positionieren möchten */
  left: 0 !important;
  /* oder ein anderer Wert */
  right: 0;
  margin: auto;
  opacity: 1 !important;
}
.slider-logo__logo--sticky {
  position: sticky !important;
  top: 0;
  /* oder ein anderer Wert */
}
.btn--main {
  position: relative;
  padding-right: 1.5em;
  transition-duration: 0.275s;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn--main::after {
  height: auto;
  content: url(/wp-content/uploads/arrow-love.svg) !important;
  font-family: themify;
  display: flex;
  width: auto;
  position: absolute;
  right: -2.5em;
  margin-top: -4px;
}
.btn--main:hover {
  transform: scale(1.05);
}
.btn--main:hover::after {
  transition-duration: 0.275s;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(0.5em) translateY(-50%);
}
.btn--prev {
  position: relative;
  padding-right: 1.5em;
  transition-duration: 0.275s;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn--prev::before {
  height: auto;
  content: url(/wp-content/uploads/arrow-love.svg) !important;
  font-family: themify;
  transform: rotate(180deg);
  display: flex;
  width: auto;
  position: absolute;
  left: -2.5em;
  transform: rotate(180deg);
  top: auto;
  margin-top: 3px;
}
.btn--prev:hover::before {
  transition-duration: 0.275s;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(-0.5em) rotate(180deg);
}
.btn--black::after, .btn--main--black::after {
  content: url("/wp-content/uploads/Gruppe-1344-1.svg") !important;
}
.btn--main--white::after {
  content: url("/wp-content/uploads/Gruppe-1344-2.svg") !important;
}
.btn--form {
  font-size: var(--text-s) !important;
}
.content-foxtrot {
  position: relative;
}
.content-foxtrot::before {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -var(--section-space-s);
  height: var(--section-space-s);
  width: 100%;
  background-color: var(--black);
}
.content-foxtrot::after {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -var(--section-space-s);
  height: var(--section-space-s);
  width: 100%;
  background-color: var(--black);
}
.slider-navigation__step {
  background-color: var(--white);
  display: flex;
  width: 100%;
  flex-basis: 100%;
  transition: background 0.2s;
}
.slider-navigation__step--active {
  background-color: var(--black);
}
.slider-navigation__link {
  width: 100%;
  height: 100%;
}
.slider-navigation__wrapper {
  z-index: 2;
}
.slider-navigation--bottom {
  flex-direction: row !important;
}
.slider-navigation--bottom .slider-navigation__link {
  width: 100%;
  height: 5px;
}
.content-split__background {
  position: relative;
}
.content-split__background::after {
  content: "";
  display: flex;
  position: absolute;
  bottom: 1em;
  height: 1em;
  width: 100%;
  background-color: var(--black);
}
.slider__clickable-headline:hover .unit-card__icon {
  transition-duration: 0.275s;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(0.5em);
}
.unit-logo__logo-wrapper:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.fr-hamburger:hover, .fr-hamburger--active:hover, .fr-hamburger-box:hover {
  opacity: 1 !important;
  --fr-hamburger-line-color: var(--primary) !important;
  --fr-hamburger-line-color-active: var(--primary);
}
.scroll-down-div {
  transition: all 0.2s ease;
}
.scroll-down-div:hover .scroll-down-icon__icon {
  transition: all 0.2s ease !important;
  transform: translateX(-0.5em) !important;
}
.splide__arrow:disabled {
  opacity: 0 !important;
}
.fullslider-logo {
  transition: all 0.2s ease;
}
.splide__pagination {
  bottom: -1em !important;
}
.splide__arrow--next {
  top: 110% !important;
  right: 45% !important;
}
.splide__arrow--prev {
  top: 110% !important;
  left: 45% !important;
}
.wpgb-facet .wpgb-button[aria-pressed="true"] {
  background-color: unset !important;
  border-color: unset !important;
}
.wpgb-facet .wpgb-button:focus:not(button), .wpgb-facet .wpgb-rating:focus, .wpgb-facet .wpgb-hierarchy:focus, .wpgb-facet .wpgb-toggle-hidden:focus, .wpgb-facet .wpgb-range-clear:focus, .wpgb-facet .wpgb-range-thumb:focus, .wpgb-facet .wpgb-pagination li a:focus, .wpgb-facet .wpgb-radio:focus .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:focus .wpgb-checkbox-control, .wpgb-facet .wpgb-color:focus .wpgb-color-control, .wpgb-facet .wpgb-az-index:focus .wpgb-az-index-label {
  outline: 0 !important;
}
.wpgb-facet .wpgb-button[aria-pressed="true"] span {
  font-weight: 900 !important;
}
.scroll-down-icon__icon {
  animation: yo-yo 0.5s infinite alternate;
  /* Animation speed and type */
}
@keyframes yo-yo {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-10px);
  }
}
.wpgb-card-media-button {
  display: none !important;
}
.single-case :where(.brxe-video) {
  align-items: center;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 56.25% !important;
  position: relative;
  width: 100%;
}
.single-case :where(.brxe-video) video {
  object-fit: fill !important;
}
.single-case :where(.brxe-video) iframe, .single-case :where(.brxe-video) video {
  height: auto !important;
  position: absolute;
}
.legal-text span {
  color: var(--primary);
  font-weight: 700;
}
.legal-text span strong {
  font-weight: 900;
}
.media-fullsize__media-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-content: center;
  justify-content: center;
}
.media-fullsize-rand__container {
  align-items: center;
  display: flex;
}
.single-case .brxe-text-basic {
  line-height: 1.2 !important;
}
.video--1-1 {
  padding-top: 100% !important;
}
.volumen-icon {
  cursor: pointer;
}
:where(.brxe-video) {
  background-color: var(--black);
}
@media (max-width: 767px) {
  .ticker-teaser__media-wrapper video {
    object-fit: cover !important;
    height: 100% !important;
    padding-top: 0px !important;
    position: relative !important;
  }
}
.single-case {
  hyphens: auto;
}
@media only screen and (max-width: 768px) {
  body .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
    border: 1px solid !important;
    border-radius: var(--radius-xxl) !important;
    box-shadow: none !important;
    display: inline-block !important;
    width: auto !important;
  }
  .checkbox-buttons .ff-el-input--content {
    display: flex;
    flex-flow: wrap;
    flex-direction: row !important;
    gap: var(--space-xs) !important;
  }
}
.bricks-nav-menu > li > a {
  line-height: 1em !important;
}
[class*="btn--"]:not(.wp-block-button, .btn--none), .wp-block-button[class*="btn--"] > .wp-block-button__link, .wp-block-button[class*="btn--"] > a {
  border-width: 0;
}
.logo-slider h2 {
  color: var(--white);
}
.btn--main::after {
  top: 40%;
  transform: translateY(-50%);
}
.rwmb-default input[type="checkbox"]:checked::before {
  margin: -0.8rem;
  height: 2em;
  width: 2em;
}
.rwmb-input input[type="checkbox"], .rwmb-input input[type="radio"] {
  width: 1em;
  height: 1em;
}
.intro-section__ergebnis-text p {
  margin-bottom: 1.5em;
}
.checkbox-buttons .ff-el-input--content {
  flex-wrap: wrap;
}
.fr-content-section-charlie__inner[data-untereinander="Ja"] {
  grid-template-columns: var(--grid-1) !important;
}
.fr-content-section-charlie__inner[data-untereinander="Ja"] .fr-content-section-charlie__sidebar {
  order: -1 !important;
}
.fr-content-section-charlie__inner th, .fr-content-section-charlie__inner td {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 40px;
}
.fr-content-section-charlie__inner .responsive-table {
  width: 100%;
  border-collapse: collapse;
}
.fr-content-section-charlie__inner .responsive-table th, .fr-content-section-charlie__inner .responsive-table td {
  border: 1px solid #ccc;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fr-content-section-charlie__inner .responsive-table thead {
    display: none;
  }
  .fr-content-section-charlie__inner .responsive-table tr {
    display: block;
    margin-bottom: 1.5em;
    border: 1px solid #ddd;
    padding: 1em;
    background: #f9f9f9;
  }
  .fr-content-section-charlie__inner .responsive-table td {
    display: block;
    text-align: left;
    padding-left: 1em;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .fr-content-section-charlie__inner .responsive-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 0.25em;
    color: #333;
  }
}
/** SLIDER FIXES **/
img.fullslider-logo {
  transform: translateX(-50%);
}
.tags__tag--white {
  text-wrap: nowrap;
}
