/* ==========================================================================
   Missions
   ========================================================================== */

#form-field-210c1f:has(option) {
  flex-basis: 100%;
}

.section-missions__image {
  transform: scale(1);
}

.section-missions__card:hover .section-missions__image {
  transform: scale(1.11) translate(-10px, -10px);
}

/* ==========================================================================
   Color Shift Sections
   ========================================================================== */

.color-shift-section {
  background-color: #10263f;
  transition: background-color 0.8s ease;
}

.color-shift-section .color-shift-text {
  color: #fff;
  transition: color 0.8s ease;
}

/* Variante per Klasse */
.color-shift-section.is-light {
  background-color: #ececec;
}

.color-shift-section.is-light .color-shift-text {
  color: #1c1c1c;
}

/* Variante per Data Attribute */
.color-shift-section[data-state="dark"] {
  background-color: #10263f;
}

.color-shift-section[data-state="lite"] {
  background-color: #e9e9e9;
}

/* ==========================================================================
   Hero Overlay / Gradient
   ========================================================================== */

.deep-overlay {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.deep-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(2, 36, 78, 1) 10%,
    rgba(94, 136, 252, 0) 80%
  );
}

/* Content über Overlay */
.deep-overlay .deep-content {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Decorative Lines
   ========================================================================== */

.dash-line,
.dash-line-blue {
  width: 100%;
  height: 9px;
  overflow: hidden;
}

.dash-line {
  background-image: repeating-linear-gradient(
    to right,
    #666666 0 0.1px,
    transparent 1px 10px
  );
}

.dash-line-blue {
  background-image: repeating-linear-gradient(
    to right,
    #405a87 0 0.1px,
    transparent 1px 10px
  );
}

.dash-line-white {
  background-image: repeating-linear-gradient(
    to right,
    #ffffff 0 0.1px,
    transparent 2px 12px
  );
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.standard-button.btn-poly-arrow,
.standard-button-blue.btn-poly-arrow-blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 50px !important;
}

.standard-button.btn-poly-arrow::after,
.standard-button-blue.btn-poly-arrow-blue::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 22px;
  height: 22px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.standard-button.btn-poly-arrow::after {
  background: url("/wp-content/uploads/2026/05/fwr-poly-arrow-right-blue.svg")
    center / contain no-repeat;
}

.standard-button-blue.btn-poly-arrow-blue::after {
  background: url("https://fw-robotics.de/wp-content/uploads/2026/05/fwr-poly-arrow-right-red.svg")
    center / contain no-repeat;
}

.standard-button.btn-poly-arrow:hover::after,
.standard-button-blue.btn-poly-arrow-blue:hover::after {
  transform: translateY(-50%) translateX(7px);
}

/* ==========================================================================
   Navigation
   ========================================================================== */

#menu-main-menue.bricks-nav-menu > li > a {
  text-decoration: none;
  text-underline-offset: 0.45em;
}

/* Hover */
#menu-main-menue.bricks-nav-menu > li > a:hover {
  font-family: "FWR BX Set I";
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--fwr-robotic-red);
  text-decoration-thickness: 1px;
}

/* Active / Current */
#menu-main-menue.bricks-nav-menu > li.current-menu-item > a,
#menu-main-menue.bricks-nav-menu > li.current_page_item > a,
#menu-main-menue.bricks-nav-menu > li.current-menu-ancestor > a,
#menu-main-menue.bricks-nav-menu > li.current-menu-parent > a,
#menu-main-menue.bricks-nav-menu > li > a[aria-current="page"],
#menu-main-menue.bricks-nav-menu > li > a.active {
  font-family: "FWR BX Set I";
  font-weight: 600;
}

/* ==========================================================================
   Layout / Containers
   ========================================================================== */

@media (max-width: 1600px) {
  .brxe-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 800px) {
  .brxe-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 767px) {
  .standard-button.btn-poly-arrow,
  .standard-button-blue.btn-poly-arrow-blue {
    transform: scale(0.8);
    transform-origin: left center;
  }
}

/* ==========================================================================
   Products Accordions
   ========================================================================== */

.specs-accordion__text,
.jobs-accordion__content {
  width: 100%;
}

.specs-accordion__text p,
.specs-accordion__text div,
.jobs-accordion__content p,
.jobs-accordion__content div {
  display: block;
  width: 100%;
  /* border-bottom: 1px solid #d8d8d8; */
  padding-bottom: 6px;
  margin-bottom: 16px;
}

.specs-accordion__icon,
.specs-accordion__icon::before,
.jobs-accordion__icon,
.jobs-accordion__icon::before {
  transition: color 0.25s ease-in-out;
}

.specs-accordion__title,
.jobs-accordion__title {
  cursor: pointer;
}

.specs-accordion__title:hover .specs-accordion__icon,
.specs-accordion__title:hover .specs-accordion__icon::before,
.jobs-accordion__title:hover .jobs-accordion__icon,
.jobs-accordion__title:hover .jobs-accordion__icon::before {
  color: #e95351;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
ul {
  padding-left: 0px;
}

.text-copy-small ul {
  list-style: none;
  padding-left: 0;
}

.text-copy-small li {
  position: relative;
  padding-left: 1.4em;
}

.text-copy-small li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.75em;
  height: 0.75em;
  background-image: url("/wp-content/uploads/2026/05/polygon_blau.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
} */


/* Generisches Styling entfernen / nicht mehr nutzen */
/*
ul {
  padding-left: 0px;
}

.text-copy-small ul { ... }
.text-copy-small li { ... }
.text-copy-small li::before { ... }
*/


/* Gemeinsame Basis für Brand-Listen */
.list-brand-bullets-blue ul,
.list-brand-bullets-red ul {
  list-style: none;
  padding-left: 0;
}

.list-brand-bullets-blue li,
.list-brand-bullets-red li {
  position: relative;
  padding-left: 1.4em;
}

.list-brand-bullets-blue li::before,
.list-brand-bullets-red li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.75em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


/* Blaue Bullets */
.list-brand-bullets-blue li::before {
  background-image: url("/wp-content/uploads/2026/05/polygon_blau.svg");
}


/* Rote Bullets */
.list-brand-bullets-red li::before {
  background-image: url("/wp-content/uploads/2026/05/polygon_rot.svg");
}
















/* ==========================================================================
Tabs Concept
   ========================================================================== */

/* Tab-Leiste */
#tabs .tab-menu {
  display: flex;
  width: 80%;
  height: 50px;
  min-height: unset;
  align-items: center;
  background: #f4f4f4;
  border-radius: var(--radius-standard);
  overflow: hidden;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
}

/* Einzelne Tabs */
#tabs .tab-title {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-height: unset;
  padding: 0;
  cursor: pointer;
  border-radius: calc(var(--radius-standard) - 2px);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* Text innen resetten */
#tabs .tab-title > *,
#tabs .brxe-text-basic {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* Trennlinien */
#tabs .tab-title:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 28%;
  height: 44%;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}

/* Keine Linie neben aktivem Tab */
#tabs .tab-title.brx-open::after,
#tabs .tab-title.brx-open + .tab-title::after {
  display: none;
}

/* Aktiver Tab */
#tabs .tab-title.brx-open,
#tabs > .tab-menu .tab-title.brx-open {
  background-color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  z-index: 2;
}

/* Content */
#tabs .brxe-tabs-nested,
#tabs .tab-content {
  width: 100%;
}

#tabs .tab-content {
  margin-top: 24px;
}

/* Tab image centered */
#tabs .fwr-tab-panel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet/Mobile */
@media (max-width: 1024px) {
  #brxe-gtxrqf,
  #tabs .tab-menu {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ==========================================================================
Stepper Schritt 3
   ========================================================================== */

/* Stepper Parent */
#stepper-wrapper {
  --dot-size: 52px;
  --line-size: 24px;
  --line-gap: 48px;
  --line-dot-size: 1px;
  --line-dot-gap: 9px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  width: 100%;
  /*  margin-top: 24px; */
}

/* Columns */
#stepper-wrapper .grows-column {
  position: relative;
  z-index: 1;
}

/* Dotted Line Segmente zwischen den Dots */
#stepper-wrapper .grows-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(var(--dot-size) / 2);
  left: calc(50% + (var(--dot-size) / 2) + var(--line-gap));
  width: calc(100% - var(--dot-size) - (var(--line-gap) * 2));
  height: var(--line-size);
  background-image: radial-gradient(
    circle,
    #000 var(--line-dot-size),
    transparent var(--line-dot-size)
  );
  background-size: var(--line-dot-gap) var(--line-size);
  background-repeat: repeat-x;
  background-position: center;
  transform: translateY(-50%);
  z-index: 0;
}

/* Innerer Block mit Dot + Text */
#stepper-wrapper .grows-column > .brxe-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Dot mit SVG-Grafik */
#stepper-wrapper .grows-column > .brxe-block > .brxe-div {
  width: var(--dot-size);
  height: var(--dot-size);
  background-image: url("/wp-content/uploads/2026/05/polygon_rot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Weißer Punkt in der Mitte */
#stepper-wrapper .grows-column > .brxe-block > .brxe-div::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

/* Text */
#stepper-wrapper .text-copy-large {
  margin-top: 16px;
  text-align: center;
}

/* Mobile */
@media (max-width: 767px) {
  #stepper-wrapper {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  #stepper-wrapper .grows-column::after {
    display: none;
  }
}

/* concept intro overlay */
#concept-header {
  position: relative;
}

#concept-header::before,
#concept-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
  z-index: 5;
}

#concept-header::before {
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
}

#concept-header::after {
  bottom: 0;
  background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}

/* 360 spin explore typo */

.psv-slider-hint-text {
  font-weight: 600 !important;
  font-family: "FWR BX Set I";
  text-transform: uppercase;
  color: var(--fwr-robotic-red) !important;
  font-size: 1.4rem !important;
}

/* ==========================================================================
Typography
   ========================================================================== */

.text-negative {
  color: #ffffff !important;
}

/* Basis: alle Devices – nur transparenter blauer Hintergrund */
.text-blur,
.text-blur-lines {
  display: inline;
  padding: 5px 15px 5px 10px;
  line-height: 1.4 !important;
  border-radius: 0.1em;
  background: rgba(12, 36, 77, 0.75);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.text-blur-wrap {
  display: block;
}

/* Desktop: zusätzlich Blur */
@media (min-width: 1024px) {
  .text-blur {
    position: relative;
    line-height: 0.9 !important;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .text-blur-lines {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}

/* blur products fond */

.text-blur-menu {
  position: relative;
  z-index: 1;
}

.text-blur-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  pointer-events: none;
  z-index: -1;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}

.text-blur-menu .brxe-bxkvub {
  position: relative;
  z-index: 2;
}

/* Overwrites Jobs and Adress */

strong {
  font-weight: 200 !important;
}

address {
  display: unset;
  font-style: unset;
}

/* concept page status bar */

.status-card {
  --progress: 38%;
  /* 
  width: 760px;
  padding: 40px;
  font-family: Arial, Helvetica, sans-serif; */
}

.progress {
  width: 100%;
  max-width: 150px;
  height: 12px;
  background: #d7d7d7;
  border-radius: 999px;
  padding: 3px;
  box-sizing: border-box;
  overflow: hidden;
}

.progress-fill {
  width: var(--progress);
  height: 100%;
  background: #e95351;
  border-radius: 999px 0 0 999px;
}

/* editor styling */

html :where(.editor-styles-wrapper) {
  font-family: sans-serif !important;
}

/* image outtakes 

.member-image {
  position: relative;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity .3s ease;
}

.member-image__hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.member-image__hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-image:hover .member-image__hover {
  opacity: 1;
}

.member-image:hover .member-image__standard {
  opacity: 0;
}
/*

 /* image outtakes hover Team */

.member-image {
  position: relative;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.member-image__hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.member-image__hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover */
.member-image:hover .member-image__hover,
.member-image.is-outtake-preview .member-image__hover {
  opacity: 1;
}
/*
.member-image:hover .member-image__standard,
.member-image.is-outtake-preview .member-image__standard {
  opacity: 0;
} */

/* Hover Icons Team */
.brxe-ewgbyl .icon-team {
  transition: color 0.3s ease;
}

.brxe-ewgbyl .icon-team:hover {
  color: var(--fwr-robotic-red);
}

/* kontaktformular */

.form-group.submit-button-wrapper > button[type="submit"].bricks-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 50px 6px 25px !important;
  background-color: rgb(233, 83, 81) !important;
  color: rgb(255, 255, 255) !important;
  border: 0 !important;
  border-radius: 90px !important;
  font-family: "FwR BX Set I", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 20.4px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  cursor: pointer !important;
}

.form-group.submit-button-wrapper > button[type="submit"].bricks-button::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 22px;
  height: 22px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
  background: url("/wp-content/uploads/2026/05/fwr-poly-arrow-right-blue.svg")
    center / contain no-repeat;
}

.form-group.submit-button-wrapper
  > button[type="submit"].bricks-button:hover::after {
  transform: translateY(-50%) translateX(7px);
}

/* form fix anrede */

@media (min-width: 766px) {
  #brxe-otbsau .form-group:nth-child(1) {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  #brxe-otbsau .form-group:nth-child(1) select {
    width: calc(50% - 10px);
  }
}

/* rechtstext label */

label[for="form-field-05dc8b-0"] {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: "FWR BX Set I";
  font-weight: 200;
}

/* product selector 

.fwr-product-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.fwr-product-select input {
  position: absolute;
  opacity: 0;
}

.fwr-product-card {
  display: block;
  cursor: pointer;
  padding: 16px;
  border: 2px solid transparent;
  text-align: center;
}

.fwr-product-card img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

.fwr-product-select input:checked + .fwr-product-card {
  border-color: red!important;
  background: rgba(0,0,0,.06);
}
*/

/* footer styling */

.fwr-footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fwr-footer-list li {
  list-style: none;
  border-bottom: 1px dotted currentColor;
}

.fwr-footer-list a {
  display: block;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}

.fwr-footer-list li a:hover,
.fwr-footer-list li a:focus-visible {
  color: var(--fwr-robotic-red) !important;
}

.brxe-code.fwr-footer-list ul li a:hover {
  color: var(--fwr-robotic-red) !important;
}

.footer-nav-item--sub {
  font-weight: 600 !important;
  padding-left: 10px;
}

.footer__large-info a {
  transition: opacity 0.2s ease;
}

.footer__large-info a:hover {
  color: var(--fwr-robotic-red) !important;
}

/* footer icons */
.brxe-image.social-icon.tag img.css-filter {
  transition: filter 0.15s ease;
}

.brxe-image.social-icon.tag:hover img.css-filter {
  filter: brightness(0) saturate(0%) invert(47%) sepia(64%) saturate(15%)
    hue-rotate(326deg) brightness(98%) contrast(86%);
}

/* mobile stuff */

/* Standard: sichtbar auf Desktop, versteckt auf Mobile */
.hide-mobile {
  display: visible;
}

/* Standard: versteckt auf Desktop, sichtbar auf Mobile */
.show-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: inline !important;
  }
}

/* Sichtbar auf Desktop, Tablet und Mobile quer */
.hide-mobile-portrait {
  display: initial;
}

/* Nur auf Mobile hochkant ausblenden */
@media (max-width: 478px) {
  .hide-mobile-portrait {
    display: none !important;
  }
}

/* mega menue styling */

/* Moving Vehicles */
.mega-menu-cards-loop .mega-menu-products-card .mega-menu-cards-image {
  transition: transform 0.25s ease;
  will-change: transform;
}

/* Moving Vehicles */
.mega-menu-cards-loop .mega-menu-products-card:hover .mega-menu-cards-image {
  transform: translateY(4px);
}

/* changing hovering headline */
.mega-menu-cards-loop .mega-menu-products-card .mega-menue-product-head {
  transition: color 0.25s ease;
}
.mega-menu-cards-loop .mega-menu-products-card:hover .mega-menue-product-head {
  color: var(--fwr-robotic-red);
}

/* 
#brxe-vdmkgi
{background: rgba(255, 255, 255, 0.15)!important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

} */

/*

#features-container .brxe-block {
  position: relative;
}

#features-container  .brxe-block::before,
#features-container .brxe-block::after,
#features-container  .brxe-block .text-feature-list::after,
#features-container  .brxe-block .feature-list::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #9a9a9a;
  border-radius: 0%;
  z-index: 2;
}
*/
/* rechts oben 
#features-container  .brxe-block::before {
  top: 0;
  right: 0;
}

/* rechts unten 
#features-container .brxe-block::after {
  right: 0;
  bottom: 0;
}

/* links unten 
#features-container  .brxe-block .text-feature-list::after,
#features-container  .brxe-block .feature-list::after {
  left: 0;
  bottom: 0; */

/* mega menue sectors interaction */
#mega-menu-block-industry,
#mega-menu-block-science,
#sector-industry,
#sector-science {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

/* Bild */
#mega-menu-block-industry .section-image-megamenu,
#mega-menu-block-science .section-image-megamenu,
#sector-industry .section-image,
#sector-science .section-image {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  will-change: transform;
}

/* Text */
#mega-menu-block-industry .section_mega_menu-text,
#mega-menu-block-science .section_mega_menu-text,
#sector-industry .test_style_home_industries,
#sector-science .test_style_home_industries {
  position: relative;
  z-index: 2;
}

/* Hover Bild */
#mega-menu-block-industry:hover .section-image-megamenu,
#mega-menu-block-science:hover .section-image-megamenu,
#sector-industry:hover .section-image,
#sector-science:hover .section-image {
  transform: translateY(-6px);
}

/* Hover Text unterstreichen */
#mega-menu-block-industry:hover .section_mega_menu-text,
#mega-menu-block-science:hover .section_mega_menu-text,
#sector-industry:hover .test_style_home_industries,
#sector-science:hover .test_style_home_industries,
#sector-industry:hover .test_style_home_industries a,
#sector-science:hover .test_style_home_industries a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.02em;
  text-underline-offset: 0.22em;
}

/* crop large type */

.product-large-typo-block {
  white-space: nowrap;
}
.section-product {
  overflow: hidden;
}
/*
html,
body {
  overflow-x: hidden;
} */

.section-product {
  overflow: hidden;
}

.product-large-typo-block {
  white-space: nowrap;
  width: max-content;
}

.image_to_gradient_nico_georg {
  /* Standard: keine Maske */
  -webkit-mask-image: none;
  mask-image: none;
}
/* 1600px+ 
@media (min-width: 2100px) {
    .image_to_gradient_nico_georg, .white-Container-outer, .image_to_gradient_limanda, .image_to_gradient_wo_bg {
        -webkit-mask-image: linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,0.15) 4%,
            rgba(0,0,0,0.5) 8%,
            rgba(0,0,0,0.85) 14%,
            black 22%,
            black 78%,
            rgba(0,0,0,0.85) 86%,
            rgba(0,0,0,0.5) 92%,
            rgba(0,0,0,0.15) 96%,
            transparent 100%
        );
        mask-image: linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,0.15) 4%,
            rgba(0,0,0,0.5) 8%,
            rgba(0,0,0,0.85) 14%,
            black 22%,
            black 78%,
            rgba(0,0,0,0.85) 86%,
            rgba(0,0,0,0.5) 92%,
            rgba(0,0,0,0.15) 96%,
            transparent 100%
        );
    }
}*/

/* 3500px+
@media (min-width: 3500px) {
    .image_to_gradient_nico_georg,
    .white-Container-outer,
    .image_to_gradient_limanda,
    .image_to_gradient_wo_bg {
        -webkit-mask-image: linear-gradient(
            to right,
            transparent 0%,
            black 38%,
            black 62%,
            transparent 100%
        );

        mask-image: linear-gradient(
            to right,
            transparent 0%,
            black 38%,
            black 62%,
            transparent 100%
        );
    }
}
*/

/* links home */
.sector-link {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.sector-link:hover {
  text-decoration-color: var(--fwr-robotic-red);
}

/* links home */
.underline-link {
  text-decoration-line: underline !important;
  text-decoration-style: dotted;
  text-decoration-color: var(--fwr-deepsea-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.underline-link:hover {
  text-decoration-color: var(--fwr-robotic-red);
}

/* Decolor of logos 


#brxe-hkicbx .image.css-filter {
  filter: grayscale(100%) opacity(0.75);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

#brxe-hkicbx .swiper-slide:hover .image.css-filter {
  filter: grayscale(0%) opacity(1);
}*/

.content {
  padding: 45px !important;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content p {
  color: unset !important;
}
.timeline-item {
  margin-bottom: 0px;
}
.timeline-item.left {
  padding-left: 0px !important;
}

.timeline-item.right {
  padding-right: 0px !important;
}

.timeline-item.left,
.timeline-item.right .content {
  font-size: var(--text-copy-largesmall);
  font-family: "FWR BX Set I";
  font-weight: 300;
  color: var(--fwr-deepsea-blue);
  line-height: 1.4;
}

.timeline-item.left strong {
  font-weight: 600 !important;
}

.timeline-item::before {
  height: 1px;
}

/* real missions headline optimierung */

@media (min-width: 1192px) {
  .real-missions_content-block .headline-h3 {
    padding-right: 180px;
  }
}

/* timeline */
.timeline-wrapper {
  position: relative;
}

/* durchgehende Linie */
.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: calc(
    var(--timeline-number-width, 6.5rem) + var(--timeline-gap, 40px) + 10px
  );
  border-left: 1px dotted var(--fwr-deepsea-blue, #0c244d);
  z-index: 0;
}

/* Polygon-Spalte */
.timeline-col-two {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  flex: 0 0 20px;
}

/* Polygon über die Linie */
.polygon-steps {
  position: relative;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
}

.timeline-col-one {
  width: 6.5rem;
  flex: 0 0 6.5rem;
}

@media (max-width: 478px) {
  .timeline-wrapper::before {
    display: none !important;
  }

  .timeline-col-two {
    display: none !important;
  }
}

.timeline-wrapper li::before {
  width: 0.35em;
  height: 0.35em;
}

.abbinder {
  font-weight: 400;
}

/* menue bug Apple menue lbue blue */

span.bar-top {
  background-color: #0c244d !important;
}

span.bar-center {
  background-color: #0c244d !important;
}

span.bar-bottom {
  background-color: #0c244d !important;
}

/* bespoke solutions */

body .brxe-text.text-copy-small.bespoke_text ul {
  margin: 0 0 1em 0;
}

body .brxe-text.text-copy-small.bespoke_text ul li {
  margin: 0 0 0.15em 0;
  padding-left: 1.25em !important;
}

body .brxe-text.text-copy-small.bespoke_text ul li::before {
  content: "•";
  top: 0;
  background-image: none !important;
}

body .brxe-text.text-copy-small.bespoke_text ul ul li::before {
  content: "○";
}

body .brxe-text.text-copy-small.bespoke_text ul ul {
  margin-top: 0.25em;
  margin-bottom: 0.55em;
  padding-left: 1em;
}

/* main menue in between */
@media (min-width: 768px) and (max-width: 1429px) {
  .fwr-main-menue__nav-menu.brxe-nav-menu .bricks-nav-menu {
    gap: 2rem;
  }

  #brxe-ryhtwz {
    width: 30%;
  }

  #brxe-oquabp {
    width: 70%;
  }
}

/* concept tabs very small screens */

@media (max-width: 600px) {
  .tab-menu .fwr-tab-text {
    font-size: 0.975rem !important;
  }
}

.max-container {
  max-width: 2600px;
}

.max-section {
  max-width: 2600px;
}

@media (min-width: 2800px) {
  .container-white-extend,
  .container-extend {
    max-width: 2500px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-extend-height {
    height: 600px;
    z-index: 0 !important;
  }

  .designed-to-handle-change-image {
    width: 1100px !important;
  }

  /* einschub repair robert larger screens */

  .replacement-parts-block-image {
    width: 600px !important;
    margin-top: -490px !important;
  }
  .replacement-parts-block-badge {
    width: 240px !important;
    margin-left: 450px !important;
  }

  .testimonial-product-image.brxe-image {
    width: 700px;
  }

  .testimonial-product-image-fallback.brxe-image {
    width: 500px;
  }

  .container-extend-cta {
    max-width: 2000px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-cta__block-image {
    height: 500px !important;
  }

  .headline-h2 {
    font-size: 10rem !important;
  }

  .headline-h1 {
    font-size: 12rem !important;
  }

  .cta_heading_chris {
    font-size: 6rem !important;
  }

  .container-white.brxe-container {
    padding-right: 290px;
    padding-top: 300px;
    padding-bottom: 300px;
    padding-left: 290px;
  }

  .bespoke_image {
    width: 50% !important;
  }

  .bespoke_textblock {
    width: 50% !important;
  }

  .hero-section-head-and-text {
    margin-top: 300px !important;
  }

  #brxe-vfencb {
    font-size: 7rem !important;
  }

  .image_to_gradient_container_jobs {
    padding-top: 70rem !important;
    padding-bottom: 40rem !important;
  }

  .opener_image_section {
    height: 1100px !important;
  }

  .switch_container {
    column-gap: 600px !important;
  }
}

/* cta andere buttons mobile */

/* Desktop: Desktop sichtbar, Mobile versteckt */
.kontakt-block-desktop {
  display: flex !important;
}

.kontakt-block-mobile {
  display: none !important;
}

/* Tablet + Mobile: Desktop versteckt, Mobile sichtbar */
@media (max-width: 1100px) {
  .kontakt-block-desktop {
    display: none !important;
  }

  .kontakt-block-mobile {
    display: flex !important;
  }
}

/* legal */
.wp-block-heading {
  font-weight: 300;
  text-transform: unset;
  color: var(--fwr-robotic-red);
}

/* product card hover highlight */

.section-products__card-loop,
.section-products__card {
  position: relative;
  cursor: pointer;
}

.section-products__image,
.section-products__image img {
  transition: transform 0.3s ease;
  will-change: transform;
}

.section-products__card-loop:hover .section-products__image,
.section-products__card-loop:hover .section-products__image img,
.section-products__card:hover .section-products__image,
.section-products__card:hover .section-products__image img {
  transform: translateY(-2px);
}

.section-products__card-loop:hover .headline-h3,
.section-products__card:hover .headline-h3 {
  color: var(--fwr-robotic-red);
}

#brxe-phcwta.tab-menu {
  width: fit-content !important;
  max-width: 100% !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  padding: 1mm !important;
  gap: 1mm !important;
  background-color: #f2f2f2 !important;
}

#brxe-phcwta.tab-menu > .tab-title {
  border-radius: 4px !important;
}

#brxe-phcwta.tab-menu > .tab-title:not(.brx-open) {
  background-color: #f2f2f2 !important;
}

#brxe-phcwta.tab-menu > .tab-title.brx-open {
  background-color: #ffffff !important;
}

#brxe-tmjumm > .tab-content {
  border: 0px solid var(--bricks-border-color);
}

.fwr-tab-panel-content.brx-open > img {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* game */

div#vehiclePicker {
  padding-top: 20px;
  padding-bottom: 20px;
}

p.start-screen-message.rov-message {
  font-size: 1.6rem;
}

p.start-screen-code.rov-code-404 {
  font-weight: 600;
  font-size: 40rem;
}



/* header menu fix */
#brx-header {
  position: sticky !important;

  background: white;
  z-index: 100;
	top:0!important;

  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#brx-header {
    background-position: 50%;
    background-size: cover;
    position: sticky;
    width: 100%;
    top: 0;
}




/* Alle Mobile-Größen 
@media (max-width: 766px) {
  main#brx-content {
    margin-top: 60px!important;
  }
}
*/
/* Tablet + Desktop
@media (min-width: 767px) {
  main#brx-content {
    margin-top: 60px;
  }
}
 */

/* accordion styling products */
/*
.specs-accordion__content .specs-accordion__block {
  display: grid;
  grid-template-columns: 290px 50px 1fr;
  column-gap: 42px;
  align-items: stretch;

  border-bottom: none;
}

*/

/* Desktop / Base */
.specs-accordion__content .specs-accordion__block {
  display: grid;
  grid-template-columns: 290px 50px 1fr;
  column-gap: 42px;
  align-items: stretch;

  border-bottom: none;
}

/* Tablet portrait 
@media (max-width: 991px) {
  .specs-accordion__content .specs-accordion__block {
    display: grid;
    grid-template-columns: 290px 50px 1fr;
    column-gap: 42px;
    align-items: stretch;

    border-bottom: none;
  }
}
*/
/* Mobile landscape 
@media (max-width: 767px) {
  .specs-accordion__content .specs-accordion__block {
    display: grid;
    grid-template-columns: 290px 50px 1fr;
    column-gap: 42px;
    align-items: stretch;

    border-bottom: none;
  }
}
*/
/* Mobile portrait */
@media (max-width: 477px) {
  .specs-accordion__content .specs-accordion__block {
    display: grid;
    grid-template-columns: 30% 1fr 40%;
    column-gap: 22px;

  }
}









/* Linie pro Spalte */
.specs-accordion__content .specs-accordion__block > .brxe-block {
  border-bottom: 1px dotted hsl(0, 0%, 66%);
  padding-bottom: 0px;
  margin-bottom: 0px;
	margin-top:9px;
}
/* cave! override */
.specs-accordion__text p {

    margin-bottom: 0px;
}


.specs-accordion__content .text-copy-small strong {
    font-weight: 600!important;
       text-transform: uppercase!important;
    color: var(--fwr-robotic-red);
    font-size: var(--text-eyebrow);

}




.specs-accordion__block:has(.accordion-specs_subheading) {
  grid-column: 1 / -1;
  display: block;
  border-bottom: 1px dotted hsl(0, 0%, 66%);
  padding-bottom: 0px!important;
  margin-top: 34px;
  margin-bottom:0px!important;
}

.specs-accordion__block:has(.accordion-specs_subheading) > .brxe-block {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

span.accordion-specs_subheading {
  display: block;
  font-size: 2.5rem;
  color: var(--fwr-deepsea-blue);
  line-height: 2.2rem;
  font-weight: 500;
  text-transform: initial !important;
}
.specs-accordion__block:has(.accordion-specs_subheading) p {
  font-size: 0;
  line-height: 0;
  margin: 0;
}




/*
#brxe-ldbjju .splide__slide .mission_carousel_image_large {
  transition: filter 0.1s ease, opacity 0.1s ease;
}

#brxe-ldbjju .splide__slide:not(.is-active) .mission_carousel_image_large {
  filter: blur(1px);
  opacity: 0.25;
}

#brxe-ldbjju .splide__slide.is-active .mission_carousel_image_large {
  filter: none;
  opacity: 1;
} */



section.section-product {
  position: relative;
  max-width: 100vw;
  overflow: clip;
  overflow-clip-margin: 0;
}



#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header > div:first-child {
  display: none !important;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header > div:nth-child(2) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  order: 1 !important;
  margin-top: 0 !important;
  text-align: right !important;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .cookie-logo {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#BorlabsCookieBox #BorlabsCookiePreferencesA11YHeadline {
  margin: 0 !important;
  text-align: right !important;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header > div:nth-child(3) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 16px !important;
  order: 2 !important;
  margin-top: 12px !important;
  text-align: right !important;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header > div:nth-child(3) a {
  white-space: nowrap !important;
}

#BorlabsCookieBox .brlbs-p-4.md\:brlbs-p-6.brlbs-relative {
  padding: 40px !important;
}

.brlbs-cmpnt-container .brlbs-font-bold {

}

#BorlabsCookieBox #BorlabsCookiePreferencesA11YHeadline {
  font-size: 3rem;
  margin: 0 !important;
  text-align: right !important;
  font-weight: 300;
}