/*@shadow: 12px 8px 30px 0px rgba(0,0,0,0.15);
@shadowSecond: 0 15px 20px -10px rgba(0,0,0,0.15);*/
.b2b-usp-bar {
  background: #ffffff;
}
.b2b-usp-bar .textcontent {
  margin: 0;
}
.b2b-usp-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 80px;
  padding: 10px 32px;
  margin: 0;
  list-style: none;
}
@media (max-width: 1600px) {
  .b2b-usp-bar ul {
    gap: 0 30px;
  }
}
@media (max-width: 1023px) {
  .b2b-usp-bar ul {
    gap: 0 16px;
    padding: 8px 16px;
  }
}
.b2b-usp-bar li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #474747;
  white-space: nowrap;
}
.b2b-usp-bar li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: #474747;
}
.b2b-usp-bar ul.owl-carousel {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: flex-start;
  padding: 8px 16px;
}
#header.b2bLandingpageHeader {
  display: block;
  position: relative;
  background: #ffffff;
  width: 100%;
}
#header.b2bLandingpageHeader .headertop {
  display: block;
  height: fit-content;
  border-bottom: 1px solid #f5f5f5;
}
#header.b2bLandingpageHeader .headermain {
  position: relative;
  transform: none;
  left: auto;
  width: 100%;
  max-width: none;
  background: #ffffff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: none;
  backdrop-filter: none;
  margin-top: 0;
  padding: 0 32px;
}
@media (max-width: 1023px) {
  #header.b2bLandingpageHeader .headermain {
    padding: 0 16px;
  }
}
#header.b2bLandingpageHeader.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header.b2bLandingpageHeader.sticky .headertop {
  display: none;
}
#header.b2bLandingpageHeader.sticky .headerLogo {
  position: absolute;
}
#header.b2bLandingpageHeader.sticky .headerLogo img {
  height: 140px !important;
}
@media (max-width: 1249px) {
  #header.b2bLandingpageHeader.sticky .headerLogo img {
    height: 72px !important;
  }
}
@media (max-width: 1023px) {
  #header.b2bLandingpageHeader.sticky .headerLogo {
    top: 50%;
  }
  #header.b2bLandingpageHeader.sticky .headerLogo img {
    height: 44px !important;
  }
}
.b2b-header__row {
  display: flex;
  align-items: center;
  width: 100%;
}
.b2b-header__row--top {
  position: relative;
  justify-content: flex-start;
  padding: 12px 0 8px;
  min-height: 48px;
}
@media (max-width: 1249px) {
  .b2b-header__row--top {
    display: none;
  }
}
.b2b-header__row--bottom {
  justify-content: space-between;
  padding: 0 0 12px;
}
@media (max-width: 1249px) {
  .b2b-header__row--bottom {
    padding: 12px 0;
    align-items: center;
  }
}
.b2b-header__label {
  font-size: 18px;
  font-weight: 600;
  color: #040004;
  margin: 0;
  line-height: 1.6;
}
.b2bLandingpageHeader .headerLogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
  width: auto;
  margin-bottom: 0;
  z-index: 1;
}
.b2bLandingpageHeader .headerLogo a {
  display: block;
}
.b2bLandingpageHeader .headerLogo img {
  height: 140px !important;
  width: auto;
  filter: none;
}
@media (max-width: 1249px) {
  .b2bLandingpageHeader .headerLogo {
    bottom: -16px;
  }
  .b2bLandingpageHeader .headerLogo img {
    height: 72px !important;
  }
}
@media (max-width: 1023px) {
  .b2bLandingpageHeader .headerLogo {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .b2bLandingpageHeader .headerLogo img {
    height: 44px !important;
  }
}
.b2b-header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1670px) {
  .b2b-header__nav {
    display: none;
  }
}
.b2b-header__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b2b-header__nav li {
  display: flex;
  align-items: center;
}
.b2b-header__nav a {
  font-size: 15px;
  font-weight: 400;
  color: #040004;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 14px;
  display: block;
  background: none;
}
.b2b-header__nav a:hover {
  color: #907232;
}
.b2b-header__nav li + li a {
  border-left: 1px solid #727272;
}
.b2b-header__nav li:first-child a {
  padding-left: 0;
}
.b2b-header__nav li:last-child a {
  padding-right: 0;
}
.b2b-header__actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
@media (max-width: 1249px) {
  .b2b-header__actions {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .b2b-header__actions {
    gap: 16px;
  }
}
.b2b-header__actions .component {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  .b2b-header__actions .component {
    gap: 16px;
  }
}
.b2b-header__actions .textcontent {
  margin: 0;
}
.b2b-header__actions .textcontent p {
  margin: 0;
}
.b2b-header__actions .textcontent:first-child a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #040004;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-header__actions .textcontent:first-child a::after {
  content: "\E06E";
  font-family: "icons";
  font-size: 11px;
}
.b2b-header__actions .textcontent:first-child a:hover {
  color: #907232;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .b2b-header__actions .textcontent:first-child a {
    display: none;
  }
}
.b2b-header__basket {
  display: flex;
  align-items: center;
  position: relative;
}
.b2b-header__basket .header_basket {
  margin: 0;
}
.b2b-header__basket .header_basket a {
  color: #040004;
}
.b2b-header__basket .header_basket a i {
  color: #040004;
}
.b2b-header__basket .header_basket_link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #040004;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-header__basket .header_basket_link:hover {
  color: #907232;
  text-decoration: none;
}
.b2b-header__basket label {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1249px) {
  .b2b-header__basket label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.b2b-header__basket .header_basket_total {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1249px) {
  .b2b-header__basket .header_basket_total {
    display: none;
  }
}
.b2b-header__basket .header_basket_button {
  position: relative;
  display: flex;
  align-items: center;
}
.b2b-header__basket .header_basket_button i {
  font-size: 22px;
  line-height: 1;
}
.b2b-header__basket .header_basket_button_label {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 9px;
  background: #907232;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 1250px) {
  .b2b-header__basket .header_basket_button_label {
    display: none;
  }
}
.b2bLandingpageHeader .toggle_navigation {
  cursor: pointer;
  padding: 0;
  display: none;
}
@media (max-width: 1670px) {
  .b2bLandingpageHeader .toggle_navigation {
    display: block;
  }
}
.b2bLandingpageHeader .toggle_navigation .toggle_navigation__bars {
  width: 28px;
}
.b2bLandingpageHeader .toggle_navigation .navigation-bar {
  width: 100%;
  height: 3px;
  background-color: #040004;
  margin-bottom: 5px;
  border-radius: 0;
}
.b2bLandingpageHeader .toggle_navigation .navigation-bar:last-child {
  margin-bottom: 0;
}
@media (max-width: 1249px) {
  .b2bLandingpageHeader .b2b-header__actions .textcontent:first-child {
    display: none;
  }
}
.b2b-page .breadcrumbWrapper {
  display: none;
}
.b2b-header__basket #flashMessages {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  max-width: calc(100vw - 40px);
  z-index: 1002;
}
.b2b-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.b2b-mobile-menu.opened {
  transform: translateX(0);
}
.b2b-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f5f5f5;
}
.b2b-mobile-menu__title {
  font-size: 18px;
  font-weight: 600;
  color: #040004;
}
.b2b-mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #040004;
  font-size: 20px;
}
.b2b-mobile-menu__nav {
  flex: 1 0 auto;
  padding: 8px 0;
}
.b2b-mobile-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b2b-mobile-menu__nav li {
  border-bottom: 1px solid #f5f5f5;
}
.b2b-mobile-menu__nav a {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #040004;
  text-decoration: none;
}
.b2b-mobile-menu__nav a:hover,
.b2b-mobile-menu__nav a:focus {
  color: #907232;
  background: #f5f5f5;
  text-decoration: none;
}
.b2b-mobile-menu__cta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 16px 20px;
  border-top: 1px solid #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  color: #040004;
  text-decoration: none;
}
.b2b-mobile-menu__cta::after {
  content: "\E06E";
  font-family: "icons";
  font-size: 11px;
}
.b2b-mobile-menu__cta:hover,
.b2b-mobile-menu__cta:focus {
  color: #907232;
  text-decoration: none;
}
.b2b-mobile-menu__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.b2b-mobile-menu__overlay.opened {
  opacity: 1;
  visibility: visible;
}
body.b2b-menu-open {
  overflow: hidden;
}
.b2b_lp_footer {
  width: calc(100% - 42px);
  max-width: 1480px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 32px;
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.b2b_lp_footer .footerTopMenu {
  border-top: none;
  padding-bottom: 12px;
  padding-top: 0;
}
.b2b_lp_footer .footer_navigation a {
  color: #ffffff;
}
.b2b_lp_footer .footerBottom {
  background: transparent;
  padding-bottom: 0;
}
.b2b-bg-dark {
  background: #1c0a0a;
}
.b2b-bg-cream {
  background: #f9f7f4;
}
.b2b-bg-beige {
  background: #ebe7e4;
}
.b2b-bg-red {
  background: #a6040c;
  position: relative;
  overflow: hidden;
}
.b2b-bg-red::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/userdata/images/landingpages/b2b/stoerer-hintergrund.jpg') center center / cover no-repeat;
  opacity: 0.3;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.b2b-hero-banner {
  position: relative;
  overflow: hidden;
}
.b2b-hero-banner .textcontent {
  margin: 0;
}
.b2b-hero-banner .b2b-hero-image {
  position: relative;
}
.b2b-hero-banner .b2b-hero-image img {
  display: block;
  width: 100%;
  height: 930px !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1249px) {
  .b2b-hero-banner .b2b-hero-image img {
    height: 520px !important;
  }
}
@media (max-width: 1023px) {
  .b2b-hero-banner .b2b-hero-image img {
    height: 420px !important;
    object-position: 65% center;
  }
}
.b2b-hero-banner .b2b-hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(28, 10, 10, 0.88) 0%, rgba(28, 10, 10, 0.55) 38%, rgba(28, 10, 10, 0) 62%), linear-gradient(to bottom, rgba(19, 9, 9, 0) 72.86%, #1c0a0a 82.32%);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .b2b-hero-banner .b2b-hero-image::after {
    display: none;
  }
}
.b2b-hero-banner .b2b-hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 42%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  z-index: 1;
  hyphens: auto;
}
@media (min-width: 1480px) {
  .b2b-hero-banner .b2b-hero-content {
    left: calc((100% - 1480px) / 2 + 20px);
  }
}
@media (max-width: 1249px) {
  .b2b-hero-banner .b2b-hero-content {
    left: 20px;
    width: 55%;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .b2b-hero-banner .b2b-hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 28px 20px 32px;
    background: #1c0a0a;
  }
}
.b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(1) p {
  color: #907232;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1249px) {
  .b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(1) p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1023px) {
  .b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(1) p {
    font-size: 12px;
  }
}
.b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(2) h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(2) h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  .b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(2) h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
.b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(3) p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(3) p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(3) p {
    font-size: 16px;
    line-height: 26px;
  }
}
.b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(4) a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 42px;
  padding: 0 21px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(4) a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .b2b-hero-banner .b2b-hero-content > .textcontent:nth-child(4) a {
    font-size: 14px;
    height: 38px;
    padding: 0 16px;
  }
}
.b2b-bg-dark .b2b-intro-text > .textcontent:nth-child(1) h2,
.b2b-bg-dark .b2b-service-header > .textcontent:nth-child(1) h2 {
  color: #ffffff;
}
.b2b-bg-dark .b2b-intro-text > .textcontent:nth-child(2) p,
.b2b-bg-dark .b2b-service-header > .textcontent:nth-child(2) p {
  color: #ffffff;
}
.b2b-intro-text {
  display: flex;
  gap: 16px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 60px 20px;
}
.b2b-intro-text .textcontent {
  flex: 1;
  margin: 0;
}
.b2b-intro-text > .textcontent:nth-child(1) h2 {
  color: #040004;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-intro-text > .textcontent:nth-child(1) h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .b2b-intro-text > .textcontent:nth-child(1) h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.b2b-intro-text > .textcontent:nth-child(2) p {
  color: #040004;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1023px) {
  .b2b-intro-text > .textcontent:nth-child(2) p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  .b2b-intro-text {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .b2b-intro-text {
    padding: 40px 20px;
  }
}
.b2b-selection-tiles {
  padding: 80px 0;
}
.b2b-selection-tiles > .textcontent:first-child {
  max-width: 1480px;
  margin: 0 auto 48px;
  padding: 0 20px;
  text-align: center;
}
.b2b-selection-tiles > .textcontent:first-child h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-selection-tiles > .textcontent:first-child h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .b2b-selection-tiles > .textcontent:first-child h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.b2b-selection-tiles .b2b-tile-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.b2b-selection-tiles .b2b-tile {
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 32px 20px;
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b2b-selection-tiles .b2b-tile .textcontent {
  margin: 0;
}
.b2b-selection-tiles .b2b-tile > .textcontent:nth-child(1) h2,
.b2b-selection-tiles .b2b-tile > .textcontent:nth-child(1) h3 {
  color: #040004;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.b2b-selection-tiles .b2b-tile > .textcontent:nth-child(2) p {
  color: #040004;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
.b2b-selection-tiles .b2b-tile > .textcontent:nth-child(3) a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #967735;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  line-height: 21px;
  text-decoration: none;
}
.b2b-selection-tiles .b2b-tile > .textcontent:nth-child(3) a::before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 13px;
}
.b2b-selection-tiles .b2b-tile > .textcontent:nth-child(3) a:hover {
  color: #705928;
  text-decoration: none;
}
.b2b-service-header {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}
.b2b-service-header .textcontent {
  flex: 1;
  margin: 0;
}
.b2b-service-header > .textcontent:nth-child(1) h2 {
  color: #040004;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-service-header > .textcontent:nth-child(1) h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .b2b-service-header > .textcontent:nth-child(1) h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.b2b-service-header > .textcontent:nth-child(2) p {
  color: #040004;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1023px) {
  .b2b-service-header > .textcontent:nth-child(2) p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  .b2b-service-header {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .b2b-service-header {
    margin-bottom: 40px;
  }
}
.b2b-step-cards {
  display: flex;
  gap: 40px;
  padding-top: 50px;
}
@media (max-width: 1249px) {
  .b2b-step-cards {
    flex-wrap: wrap;
    gap: 60px 20px;
    padding-top: 60px;
  }
}
.b2b-step-card {
  flex: 1;
  min-width: 200px;
  background: #f9f7f4;
  border-radius: 10px;
  padding: 80px 20px 20px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.b2b-step-card .textcontent {
  margin: 0;
  width: 100%;
}
.b2b-step-card > .textcontent:nth-child(1) {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.b2b-step-card > .textcontent:nth-child(1) svg {
  display: block;
  width: 60px;
  height: 60px;
  color: #907232;
}
.b2b-step-card > .textcontent:nth-child(2) h3 {
  font-size: 18px;
  font-weight: 600;
  color: #040004;
  line-height: 24px;
  margin: 0;
}
.b2b-step-card > .textcontent:nth-child(3) p {
  font-size: 14px;
  line-height: 24px;
  color: #040004;
  margin: 0;
  font-weight: 400;
}
.b2b-step-card:not(:first-child)::before {
  content: "\E067";
  font-family: "icons";
  font-size: 20px;
  color: #040004;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1249px) {
  .b2b-step-card:not(:first-child)::before {
    display: none;
  }
}
@media (max-width: 1249px) {
  .b2b-step-card {
    flex: 0 0 calc(40%);
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  .b2b-step-card {
    flex: 0 0 100%;
  }
}
.b2b-service-info {
  padding: 80px 0;
  display: flex;
  gap: 96px;
  align-items: flex-start;
}
.b2b-service-info .textcontent {
  margin: 0;
}
.b2b-service-info:not(.b2b-service-info--full) > .group:first-child {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b2b-service-info:not(.b2b-service-info--full) > .group:first-child > .textcontent:nth-child(1) h2 {
  color: #040004;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-service-info:not(.b2b-service-info--full) > .group:first-child > .textcontent:nth-child(1) h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .b2b-service-info:not(.b2b-service-info--full) > .group:first-child > .textcontent:nth-child(1) h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.b2b-service-info:not(.b2b-service-info--full) > .group:first-child > .textcontent:nth-child(2) p {
  color: #040004;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.b2b-service-info:not(.b2b-service-info--full) > .group:first-child > .textcontent:nth-child(3) a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 42px;
  padding: 0 21px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-service-info:not(.b2b-service-info--full) > .group:first-child > .textcontent:nth-child(3) a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
.b2b-service-info > .group:last-child {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: flex-start;
}
.b2b-service-info > .group:last-child > .group.b2b-icon-tile {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 1023px) {
  .b2b-service-info > .group:last-child > .group.b2b-icon-tile {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .b2b-service-info {
    flex-direction: column;
    gap: 40px;
  }
  .b2b-service-info > .group:first-child {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .b2b-service-info {
    padding: 40px 0;
  }
}
.b2b-service-info--full {
  flex-wrap: wrap;
  gap: 20px;
}
.b2b-service-info--full > .group {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 1023px) {
  .b2b-service-info--full > .group {
    flex: 0 0 100%;
    width: 100%;
  }
}
.b2b-icon-tile {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.b2b-icon-tile .textcontent {
  margin: 0;
}
.b2b-icon-tile > .textcontent:nth-child(1) {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #907232;
  border-radius: 40px;
}
.b2b-icon-tile > .textcontent:nth-child(1) i {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  top: 2px;
  position: relative;
}
.b2b-icon-tile > .textcontent:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b-icon-tile > .textcontent:nth-child(2) p:first-child {
  font-size: 22px;
  font-weight: 600;
  color: #040004;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-icon-tile > .textcontent:nth-child(2) p:first-child {
    font-size: 18px;
  }
}
.b2b-icon-tile > .textcontent:nth-child(2) p:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #040004;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-icon-tile > .textcontent:nth-child(2) p:last-child {
    font-size: 16px;
    line-height: 24px;
  }
}
.b2b-stoerer {
  padding: 80px 0;
  position: relative;
}
.b2b-stoerer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/userdata/images/landingpages/b2b/stoerer-hintergrund.jpg') center center / cover no-repeat;
  pointer-events: none;
}
.b2b-stoerer > .group {
  position: relative;
  z-index: 1;
}
.b2b-stoerer-card {
  display: flex;
  background: #ffffff;
  border: 3px solid #bfbfbf;
  border-radius: 10px;
  overflow: hidden;
}
.b2b-stoerer-card > .group:has(img, video, iframe) {
  flex: 1;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.b2b-stoerer-card > .group:has(img, video, iframe) .textcontent {
  margin: 0;
  position: absolute;
  inset: 0;
}
.b2b-stoerer-card > .group:has(img, video, iframe) img {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.b2b-stoerer-card > .group:not(:has(img, video, iframe)) {
  flex: 1;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.b2b-stoerer-card > .group:not(:has(img, video, iframe)) .textcontent {
  margin: 0;
}
.b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(1) h2 {
  color: #040004;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(1) h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(1) h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(2) p {
  color: #040004;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(2) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(2) p {
    font-size: 16px;
    line-height: 26px;
  }
}
.b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(3) a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 42px;
  padding: 0 21px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-stoerer-card > .group:not(:has(img, video, iframe)) > .textcontent:nth-child(3) a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1249px) {
  .b2b-stoerer-card > .group:not(:has(img, video, iframe)) {
    padding: 40px;
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .b2b-stoerer-card > .group:not(:has(img, video, iframe)) {
    padding: 28px 20px;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .b2b-stoerer-card {
    flex-direction: column;
  }
}
.b2b-referenzen {
  padding: 80px 0;
}
.b2b-referenzen .group.container > .textcontent:last-child {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.b2b-referenzen .group.container > .textcontent:last-child a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 21px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-referenzen .group.container > .textcontent:last-child a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .b2b-referenzen {
    padding: 40px 0;
  }
}
.b2b-bg-beige .testimonial-wrap,
.b2b-bg-cream .testimonial-wrap {
  background: transparent;
  border-radius: 0;
}
.b2b-bg-beige .testimonial-slider .group .textcontent:nth-child(1) img,
.b2b-bg-cream .testimonial-slider .group .textcontent:nth-child(1) img {
  border-radius: 10px !important;
}
.b2b-bg-beige .testimonial-slider .owl-nav,
.b2b-bg-cream .testimonial-slider .owl-nav {
  z-index: 10;
}
.b2b-bg-beige .testimonial-slider .owl-nav button,
.b2b-bg-cream .testimonial-slider .owl-nav button {
  width: 56px;
  height: 56px;
  border: 2px solid #474747;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.b2b-bg-beige .testimonial-slider .owl-nav button span,
.b2b-bg-cream .testimonial-slider .owl-nav button span {
  color: #474747;
  font-size: 18px;
  pointer-events: none;
}
.b2b-bg-beige .testimonial-slider .owl-nav button:hover,
.b2b-bg-cream .testimonial-slider .owl-nav button:hover {
  background: #474747;
}
.b2b-bg-beige .testimonial-slider .owl-nav button:hover span,
.b2b-bg-cream .testimonial-slider .owl-nav button:hover span {
  color: #ffffff;
}
.b2b-bg-beige .testimonial-slider .owl-dots .owl-dot span,
.b2b-bg-cream .testimonial-slider .owl-dots .owl-dot span {
  background: #bfbfbf;
}
.b2b-bg-beige .testimonial-slider .owl-dots .owl-dot.active span,
.b2b-bg-cream .testimonial-slider .owl-dots .owl-dot.active span {
  background: #907232;
  border-color: transparent;
  transform: none;
}
.b2b-bg-beige .testimonial-text .quote,
.b2b-bg-cream .testimonial-text .quote {
  color: #040004;
  font-size: 18px;
  line-height: 1.67;
}
.b2b-bg-beige .testimonial-text .quote::before,
.b2b-bg-cream .testimonial-text .quote::before,
.b2b-bg-beige .testimonial-text .quote::after,
.b2b-bg-cream .testimonial-text .quote::after {
  color: #907232;
}
.b2b-bg-beige .testimonial-text .author,
.b2b-bg-cream .testimonial-text .author {
  color: #040004;
  font-size: 18px;
  font-weight: 600;
}
.b2b-kundenlogos {
  padding: 32px 0 64px;
}
.b2b-kundenlogos .textcontent {
  margin: 0;
}
.b2b-kundenlogos > .group > .textcontent:first-child {
  text-align: center;
  margin-bottom: 40px;
}
.b2b-kundenlogos > .group > .textcontent:first-child h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  color: #040004;
  margin: 0;
}
@media (max-width: 1023px) {
  .b2b-kundenlogos > .group > .textcontent:first-child h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .b2b-kundenlogos {
    padding: 24px 0 48px;
  }
}
.b2b-logo-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.b2b-logo-grid .textcontent {
  margin: 0;
}
.b2b-logo-grid .textcontent img {
  height: 70px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
@media (max-width: 1023px) {
  .b2b-logo-grid {
    gap: 24px 32px;
  }
  .b2b-logo-grid .textcontent img {
    height: 50px !important;
  }
}
.catalog-banner form {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  max-width: none;
}
@media (max-width: 767px) {
  .catalog-banner form {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .catalog-banner form .form-group {
    width: 100%;
  }
  .catalog-banner form .button_row--bottom {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.catalog-banner form .form-group {
  flex: 1;
  margin-bottom: 0;
}
.catalog-banner form input {
  flex: 1;
  height: 42px;
  border: 1px solid #040004;
  border-radius: 5px;
  padding: 0 21px;
  font-size: 16px;
  color: #040004;
  background: #ffffff;
  position: static;
}
.catalog-banner form input::placeholder {
  color: #bfbfbf;
}
.catalog-banner form input:focus {
  border-color: #907232;
  outline: none;
  box-shadow: none;
}
.catalog-banner form .button {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  flex-shrink: 0;
  height: 42px;
  padding: 0 21px;
  border-radius: 5px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.catalog-banner form .button:hover {
  background: #b5050d;
  color: #ffffff;
}
@media (min-width: 768px) {
  .catalog-banner form .button_row--bottom {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.b2b-ansprechpartner {
  padding: 80px 0;
}
.b2b-ansprechpartner .textcontent {
  margin: 0;
}
.b2b-ansprechpartner > .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #f9f7f4;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 24px 40px;
}
.b2b-ansprechpartner > .group::after,
.b2b-ansprechpartner > .group::before {
  display: none;
}
.b2b-ansprechpartner > .group > .textcontent:first-child h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  color: #040004;
  margin: 0;
  max-width: 650px;
}
@media (max-width: 1249px) {
  .b2b-ansprechpartner > .group > .textcontent:first-child h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1023px) {
  .b2b-ansprechpartner > .group > .textcontent:first-child h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.b2b-ansprechpartner > .group > .group:last-child {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.b2b-ansprechpartner > .group > .group:last-child > .textcontent:first-child img {
  width: 124px;
  height: 124px !important;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.b2b-ansprechpartner > .group > .group:last-child > .textcontent:last-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b-ansprechpartner > .group > .group:last-child > .textcontent:last-child p {
  font-size: 16px;
  line-height: 24px;
  color: #040004;
  margin: 0;
}
.b2b-ansprechpartner > .group > .group:last-child > .textcontent:last-child p:first-child {
  font-weight: 500;
}
.b2b-ansprechpartner > .group > .group:last-child > .textcontent:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 21px;
  margin-top: 8px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-ansprechpartner > .group > .group:last-child > .textcontent:last-child a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .b2b-ansprechpartner > .group {
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .b2b-ansprechpartner {
    padding: 40px 0;
  }
}
.b2b-ansprechpartner-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #f9f7f4;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 24px 40px;
}
.b2b-ansprechpartner-card .textcontent {
  margin: 0;
}
.b2b-ansprechpartner-card > .textcontent:first-child h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  color: #040004;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-ansprechpartner-card > .textcontent:first-child h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1023px) {
  .b2b-ansprechpartner-card > .textcontent:first-child h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 1023px) {
  .b2b-ansprechpartner-card {
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
  }
}
.b2b-ansprechpartner-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.b2b-ansprechpartner-contact .textcontent {
  margin: 0;
}
.b2b-ansprechpartner-contact > .textcontent:first-child img {
  width: 124px;
  height: 124px !important;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.b2b-ansprechpartner-contact > .textcontent:last-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b-ansprechpartner-contact > .textcontent:last-child p {
  font-size: 16px;
  line-height: 24px;
  color: #040004;
  margin: 0;
}
.b2b-ansprechpartner-contact > .textcontent:last-child p:first-child {
  font-weight: 500;
}
.b2b-ansprechpartner-contact > .textcontent:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 21px;
  margin-top: 8px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-ansprechpartner-contact > .textcontent:last-child a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
.b2b-subpage-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background-color: #f9f7f4;
}
@media (min-width: 1250px) {
  .b2b-subpage-hero {
    min-height: 900px;
  }
}
.b2b-subpage-hero .textcontent {
  margin: 0;
}
.b2b-subpage-hero > .textcontent:first-child {
  position: absolute;
  inset: 0;
}
.b2b-subpage-hero > .textcontent:first-child img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: right top;
  opacity: 1;
}
@media (min-width: 1250px) {
  .b2b-subpage-hero:has( > .textcontent:nth-child(3)) > .group:nth-child(2) {
    top: 85px;
    bottom: auto;
    transform: none;
  }
}
.b2b-subpage-hero > .group:nth-child(2) {
  position: absolute;
  bottom: 100px;
  transform: none;
  left: 64px;
  background: #ffffff;
  border: 3px solid #bfbfbf;
  border-radius: 10px;
  padding: 48px;
  width: 920px;
  max-width: calc(100% - 128px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1700px) {
  .b2b-subpage-hero > .group:nth-child(2) {
    left: calc(50% - 772px);
  }
}
.b2b-subpage-hero > .group:nth-child(2) .textcontent {
  margin: 0;
}
.b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(1) h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  color: #040004;
  margin: 0;
}
.b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(2) p {
  font-size: 24px;
  line-height: 32px;
  color: #040004;
  margin: 0;
}
.b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(3) a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 42px;
  padding: 0 21px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(3) a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
.b2b-subpage-hero > .textcontent:nth-child(3) {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44.7%;
  z-index: 10;
  pointer-events: none;
}
.b2b-subpage-hero > .textcontent:nth-child(3) img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
@media (max-width: 1249px) {
  .b2b-subpage-hero > .textcontent:nth-child(3) {
    display: none;
  }
}
.b2b-subpage-hero > .textcontent:nth-child(4) {
  position: absolute;
  left: 14.6%;
  bottom: 0;
  width: 43.1%;
  z-index: 20;
  pointer-events: none;
}
.b2b-subpage-hero > .textcontent:nth-child(4) img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
@media (max-width: 1249px) {
  .b2b-subpage-hero > .textcontent:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1249px) {
  .b2b-subpage-hero {
    min-height: 0;
  }
  .b2b-subpage-hero > .group:nth-child(2) {
    position: relative;
    top: auto;
    left: auto;
    margin: 48px 48px 56px;
    width: auto;
    max-width: 620px;
    padding: 36px;
    gap: 24px;
    transform: translateY(0);
  }
  .b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(1) h1 {
    font-size: 46px;
    line-height: 55px;
  }
  .b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(2) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .b2b-subpage-hero {
    min-height: 100vh;
    min-height: 100svh;
  }
  .b2b-subpage-hero > .group:nth-child(2) {
    position: absolute;
    bottom: 24px;
    top: auto;
    left: 16px;
    right: 16px;
    margin: 0;
    max-width: none;
    border-radius: 10px;
    padding: 28px 20px;
    gap: 20px;
    z-index: 5;
  }
  .b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(1) h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .b2b-subpage-hero > .group:nth-child(2) > .textcontent:nth-child(2) p {
    font-size: 16px;
    line-height: 24px;
  }
  .b2b-subpage-hero:has( > .textcontent:nth-child(3)) > .group:nth-child(2) {
    top: 24px;
    bottom: auto;
  }
  .b2b-subpage-hero > .textcontent:nth-child(3) {
    display: block;
    left: auto;
    right: 5px;
    bottom: 10px;
    width: 55%;
    z-index: 1;
  }
  .b2b-subpage-hero > .textcontent:nth-child(3) img {
    width: 100% !important;
    height: auto !important;
  }
  .b2b-subpage-hero > .textcontent:nth-child(4) {
    display: block;
    left: 5px;
    bottom: 10px;
    width: 55%;
    z-index: 2;
  }
  .b2b-subpage-hero > .textcontent:nth-child(4) img {
    width: 100% !important;
    height: auto !important;
  }
}
.b2b-ap-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: #f9f7f4;
  border-top: 1px solid #d3d3d3;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  height: 96px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
.b2b-ap-bar.b2b-ap-bar--hidden {
  transform: translateY(100%);
}
.b2b-ap-bar .textcontent {
  margin: 0;
  height: 100%;
}
.b2b-ap-bar > .group:first-child {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.b2b-ap-bar > .group:first-child > .group:first-child {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: #ebe7e4;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2b-ap-bar > .group:first-child > .group:first-child > .textcontent {
  display: flex;
  align-items: center;
}
.b2b-ap-bar > .group:first-child > .group:first-child i,
.b2b-ap-bar > .group:first-child > .group:first-child p {
  color: #e70610;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.b2b-ap-bar > .group:first-child > .group:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.b2b-ap-bar > .group:first-child > .group:last-child p {
  margin: 0;
  color: #040004;
}
.b2b-ap-bar > .group:first-child > .group:last-child p:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.b2b-ap-bar > .group:first-child > .group:last-child p:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1249px) {
  .b2b-ap-bar > .group:first-child > .group:last-child p:nth-child(1) {
    font-size: 15px;
  }
  .b2b-ap-bar > .group:first-child > .group:last-child p:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .b2b-ap-bar > .group:first-child > .group:last-child p:nth-child(1) {
    font-size: 13px;
    line-height: 1.3;
  }
}
.b2b-ap-bar > .group:last-child {
  display: flex;
  gap: 40px;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.b2b-ap-bar > .group:last-child > .group:first-child {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
}
.b2b-ap-bar > .group:last-child > .group:first-child > .group:first-child {
  flex-shrink: 0;
  height: 72px;
  width: 72px;
}
.b2b-ap-bar > .group:last-child > .group:first-child > .group:first-child img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.b2b-ap-bar > .group:last-child > .group:first-child > .group:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.b2b-ap-bar > .group:last-child > .group:first-child > .group:last-child p {
  margin: 0;
  font-size: 16px;
  color: #040004;
  line-height: 24px;
}
.b2b-ap-bar > .group:last-child > .group:first-child > .group:last-child p:first-child {
  font-weight: 500;
}
.b2b-ap-bar > .group:last-child > .group:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 42px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-ap-bar > .group:last-child > .group:last-child a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1249px) {
  .b2b-ap-bar > .group:first-child > .group:first-child {
    display: none;
  }
  .b2b-ap-bar > .group:last-child > .group:first-child > .group:last-child {
    display: none;
  }
  .b2b-ap-bar > .group:last-child {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .b2b-ap-bar {
    height: auto;
    min-height: 60px;
    padding: 10px 16px;
  }
  .b2b-ap-bar > .group:first-child > .group:last-child p:nth-child(1) {
    font-size: 14px;
  }
  .b2b-ap-bar > .group:last-child {
    gap: 12px;
  }
  .b2b-ap-bar > .group:last-child > .group:first-child {
    display: none;
  }
  .b2b-ap-bar > .group:last-child > .group:last-child a {
    width: auto;
    padding: 0 14px;
    font-size: 14px;
    height: 38px;
  }
}
.b2b-produkt-split {
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 100px 32px 100px 64px;
}
.b2b-produkt-split .textcontent {
  margin: 0;
}
.b2b-produkt-split > .group:first-child {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-bottom: 64px;
}
.b2b-produkt-split > .group:first-child .textcontent {
  margin: 0;
}
.b2b-produkt-split > .group:first-child > .textcontent:nth-child(1) h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  color: #040004;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-produkt-split > .group:first-child > .textcontent:nth-child(1) h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .b2b-produkt-split > .group:first-child > .textcontent:nth-child(1) h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.b2b-produkt-split > .group:first-child > .textcontent:nth-child(2) p {
  font-size: 18px;
  line-height: 30px;
  color: #040004;
  margin: 0;
}
@media (max-width: 1023px) {
  .b2b-produkt-split > .group:first-child > .textcontent:nth-child(2) p {
    font-size: 16px;
    line-height: 26px;
  }
}
.b2b-produkt-split > .textcontent:last-child {
  flex-shrink: 0;
  width: 50%;
  overflow: hidden;
}
.b2b-produkt-split > .textcontent:last-child img {
  width: 100%;
  height: 419px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1249px) {
  .b2b-produkt-split > .textcontent:last-child {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .b2b-produkt-split {
    flex-direction: column;
    padding: 48px 20px;
    gap: 32px;
  }
  .b2b-produkt-split > .group:first-child {
    padding-bottom: 0;
  }
  .b2b-produkt-split > .textcontent:last-child {
    width: 100%;
  }
  .b2b-produkt-split > .textcontent:last-child img {
    height: 240px;
  }
}
.b2b-geschenkfinder {
  background: #ffffff;
  border: 2px solid #a10007;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  min-height: 480px;
}
.b2b-geschenkfinder .textcontent {
  margin: 0;
}
.b2b-geschenkfinder > .group:first-child {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 64px;
  justify-content: center;
}
.b2b-geschenkfinder > .group:first-child .textcontent {
  margin: 0;
}
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(1) {
  position: absolute;
  inset: 0;
}
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(1) img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) {
  position: relative;
  z-index: 1;
}
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) p,
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) h2,
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) h3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 82px;
  color: #040004;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) p,
  .b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) h2,
  .b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) h3 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 1023px) {
  .b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) p,
  .b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) h2,
  .b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(2) h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(3) {
  position: relative;
  z-index: 1;
}
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(3) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #e70610;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 24px;
  word-break: break-word;
}
.b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(3) a:hover {
  background: #b5050d;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .b2b-geschenkfinder > .group:first-child > .textcontent:nth-child(3) a {
    width: 100px;
    height: 100px;
    font-size: 13px;
    padding: 16px;
  }
}
.b2b-geschenkfinder > .textcontent:last-child,
.b2b-geschenkfinder > .group:last-child {
  flex-shrink: 0;
  width: 50%;
  position: relative;
  min-height: 100%;
}
.b2b-geschenkfinder > .textcontent:last-child img,
.b2b-geschenkfinder > .group:last-child img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1249px) {
  .b2b-geschenkfinder > .textcontent:last-child,
  .b2b-geschenkfinder > .group:last-child {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .b2b-geschenkfinder {
    flex-direction: column;
  }
  .b2b-geschenkfinder > .group:first-child {
    min-height: 340px;
  }
  .b2b-geschenkfinder > .textcontent:last-child,
  .b2b-geschenkfinder > .group:last-child {
    width: 100%;
    min-height: 220px;
    flex-shrink: 0;
  }
}
.b2b-video-banner {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.b2b-video-banner .textcontent {
  margin: 0;
}
.b2b-video-banner > .textcontent:first-child {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.b2b-video-banner > .textcontent:first-child video,
.b2b-video-banner > .textcontent:first-child img {
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  display: block;
}
.b2b-video-banner > .group:last-child {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 64px;
}
@media (min-width: 1480px) {
  .b2b-video-banner > .group:last-child {
    padding-left: calc((100% - 1480px) / 2 + 64px);
    padding-right: calc((100% - 1480px) / 2 + 64px);
  }
}
.b2b-video-banner > .group:last-child > .group:first-child {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #ffffff;
  border: 3px solid #bfbfbf;
  border-radius: 10px;
  padding: 64px;
  max-width: 700px;
  flex-shrink: 0;
  align-self: flex-end;
}
.b2b-video-banner > .group:last-child > .group:first-child > .textcontent:nth-child(1) h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 64px;
  color: #040004;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-video-banner > .group:last-child > .group:first-child > .textcontent:nth-child(1) h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1023px) {
  .b2b-video-banner > .group:last-child > .group:first-child > .textcontent:nth-child(1) h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.b2b-video-banner > .group:last-child > .group:first-child > .textcontent:nth-child(2) p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #040004;
  margin: 0;
}
@media (max-width: 1249px) {
  .b2b-video-banner > .group:last-child > .group:first-child > .textcontent:nth-child(2) p {
    font-size: 18px;
    line-height: 28px;
  }
}
.b2b-video-banner > .group:last-child > .group:first-child > .textcontent:nth-child(3) a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 42px;
  padding: 0 21px;
  background: #e70610;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.b2b-video-banner > .group:last-child > .group:first-child > .textcontent:nth-child(3) a:hover {
  background: #b5050d;
  color: #ffffff;
  text-decoration: none;
}
.b2b-video-banner > .group:last-child > .textcontent:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2b-video-banner > .group:last-child > .textcontent:last-child video {
  max-height: 520px;
  width: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 1249px) {
  .b2b-video-banner > .group:last-child {
    flex-direction: column;
    padding: 60px 32px;
  }
  .b2b-video-banner > .group:last-child > .group:first-child {
    max-width: 100%;
    padding: 40px;
  }
  .b2b-video-banner > .group:last-child > .textcontent:last-child video {
    max-height: 450px;
  }
}
@media (max-width: 1023px) {
  .b2b-video-banner > .group:last-child {
    padding: 40px 20px;
  }
  .b2b-video-banner > .group:last-child > .group:first-child {
    padding: 28px 24px;
    gap: 20px;
  }
  .b2b-video-banner > .group:last-child > .textcontent:last-child video {
    max-height: 400px;
  }
}
.b2b-faq > .group:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.b2b-faq > .group:first-of-type::-webkit-scrollbar {
  display: none;
}
.b2b-faq > .group:first-of-type > .textcontent {
  flex: 0 0 auto;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid #bfbfbf;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  cursor: pointer;
}
.b2b-faq > .group:first-of-type > .textcontent p,
.b2b-faq > .group:first-of-type > .textcontent span,
.b2b-faq > .group:first-of-type > .textcontent a {
  font-size: 16px;
  font-weight: 600;
  color: #040004;
  margin: 0;
  white-space: nowrap;
}
.b2b-faq > .group:first-of-type > .textcontent.active,
.b2b-faq > .group:first-of-type > .textcontent:hover {
  background: #ebe7e4;
  color: #040004;
}
.b2b-faq > .group:last-of-type {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.b2b-faq > .group:last-of-type .slidecontent {
  display: none;
  margin-bottom: 0;
}
.b2b-faq > .group:last-of-type .slidecontent.is-active {
  display: block;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container {
  background: transparent;
  margin-bottom: 0;
  padding: 24px 0;
  border-bottom: 1px solid #bfbfbf;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container:first-of-type {
  border-top: none;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container:not(:first-of-type) {
  padding-top: 24px;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container:not(:last-of-type) {
  padding-bottom: 24px;
  border-bottom: 1px solid #bfbfbf;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container .slidecontent_headline {
  padding: 0 0 0 58px;
  font-size: 16px;
  font-weight: 600;
  color: #040004;
  line-height: 1.4;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container .slidecontent_headline::after {
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  content: '+';
  font-family: inherit;
  font-size: 48px;
  font-weight: 300;
  color: #bfbfbf;
  line-height: 1;
  width: 40px;
  height: 40px;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  transition: none;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container .slidecontent_headline.active::after {
  content: '−';
  transform: translateY(-50%) rotate(0);
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container .slidecontent_headline:hover {
  color: #040004;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container .slidecontent_content_container {
  padding: 16px 0 0 58px;
}
.b2b-faq > .group:last-of-type .slidecontent .slide_container .slidecontent_content_container p {
  font-size: 16px;
  line-height: 24px;
  color: #040004;
  margin: 0;
}
.three-configurator .tc-wrap {
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #bfbfbf;
}
.three-configurator .tc-wrap .tc-view {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 1023px) {
  .three-configurator .tc-wrap .tc-view {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}
.three-configurator .tc-wrap .tc-panel {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 1023px) {
  .three-configurator .tc-wrap .tc-panel {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
}
.highlightPicture .highlightBullet__button {
  border: 3px solid #ebe7e4;
}
.highlightPicture .highlightBullet__content {
  border: 1px solid #BFBFBF;
  background: #ffffff;
  color: #040004;
  border-radius: 10px;
  height: auto;
  max-height: 100%;
}
.highlightPicture .highlightBullet__content li {
  color: #040004;
}
.highlightPicture .highlightBullet__content .button_action {
  border-radius: 5px;
  width: fit-content;
}
.itemlist2 .itemlistBox__image .hasBackground {
  background-color: #ffffff;
  background-size: contain !important;
}
.itemcard_list2.owl-carousel {
  position: relative;
  padding-bottom: 50px;
}
.itemcard_list2.owl-carousel > .owl-nav,
.itemcard_list2.owl-carousel > .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
}
.itemcard_list2.owl-carousel > .owl-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .itemcard_list2.owl-carousel > .owl-nav {
    display: none;
  }
}
.itemcard_list2.owl-carousel > .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}
.itemcard_list2.owl-carousel > .owl-dots > * {
  pointer-events: auto;
}

/*# sourceMappingURL=style_b2b_pages.css.map */
